@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700;800;900&display=swap');


html {
    scroll-behavior: smooth;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    background-color: #060503;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
}

p {
    color: #f2f6fc !important;
}

a {
    color: #005ba5;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #005ba5;
}

h1 {
    font-size: 26px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}


::-moz-selection {
    background-color: #005ba5;
    color: white;
}

::selection {
    background-color: #005ba5;
    color: white;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #005ba5;
    outline: 1px solid #005ba5;
}


.section {
    padding: 50px 0px;
}


.font-400 {
    font-weight: 400 !important;
}

.home {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-green {
    color: #3c893c !important;
}