@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.google.com/specimen/Kumbh+Sans');
html { 
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}
.header{
    height: fit-content;
}
.logo{
    width: auto;    
    height: 3vh;
    margin-right: 1vw;
}
.navbar{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: space-between;
    background-color: #0F1724;
    align-items: center;
    font-family: 'Kumbh Sans', sans-serif;
    padding-left: 1vw;
    padding-right: 3vw;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
}
.companyLogo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.companyName{
    color: white;
    font-weight: 800;
    font-size: 1.1vh;
}
.login{
    color: #45AAEC;
    font-weight: 600;
    font-size: 1.4vh;
}
.intro{
    height: 100%;
    width: 100%;
}
a{
    text-decoration: none;
}
.backgroundIndex{
    width: 100%;
    max-width: 100vw;
    height: auto;
}
.intro{
    z-index: 1;
}
.backgroundIndex{

}