.navbar-nav .nav-link {
    background: #ffffff;
    border-radius: .25rem;
    padding: .25rem .5rem;
}

.navbar-nav .nav-link.active {
    background: #198754;
    color: #ffffff;
}

.navbar-collapse.collapse.show .navbar-nav .nav-item:first-child .nav-link {
    margin-top: 1rem;
}