.navbar {
    background: white !important;
    font-size: 14px !important;
}

a.nav-link {
    color: rgb(51, 51, 51) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.nav-link{
    text-decoration: none !important;
}
a.nav-link:hover {
    color: #97C858 !important;
}