body {
    background-image: linear-gradient(to bottom, rgba(var(--bs-white-rgb), 0.5), rgba(var(--bs-secondary-rgb), 0.5));
    background-size: 100%;
    background-attachment: fixed;
}

.nav-link.show {
    color: #FFF !important;
}

.nav-link:hover{
    color: #7e7e7e !important;
}