.nav-link {
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--muted);
    font-weight: 750;
}

.nav-link:hover,
.nav-link.active {
    color: white;
    background: #172940;
}

.nav-link.active {
    box-shadow: inset 0 -2px var(--blue);
}
