.navbar-nav {
    font-size: 20px;
    margin-top: 0px;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav li{
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.navbar-nav a{
    text-align: center;
    text-decoration: none;
    color: rgb(249 248 248 / 90%);

}    
