
#navbar-container {
    position: fixed;
    display:flex;
    justify-content: space-between;
    width: 100%;
    height: 10%;
    background-color: rgb(50, 81, 122);
    top: 0%;
    right: 0%;
    left: 0%;
}


#logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8%;
}

#navli{
    width: fit-content;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8%;
}
#navli li {
    margin-top: 4px;
    list-style: none; 
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 750;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    margin-right: 25px;
    cursor:pointer;

}



#eb{
    color: rgb(209, 32, 32);
    border: 2px solid rgb(189, 60, 60);
    background-color: white;
    width: 97%;
    height: auto;
    font-size: 13px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    border-radius: 30px;
    padding: 18px 10px 18px 4px;
    line-height: 12px;
    margin-top: 2px;
    white-space: nowrap;
    cursor:pointer;
}