/* Custom styling for selected menu item */
.navbar-nav .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
}