.nav-link.active {
    background: #333 !important;
    color: #EDEDED !important;
}

.nav-link {
    color: #999 !important;
}

* {
    scroll-behavior: smooth;
}