body {
    background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
}

a.nav-link:link, a.nav-link:visited {
    color: black;
}

a.nav-link:hover {
    background: rgb(48,48,48);
    color: white;
    border-radius: 5px;
}

.grayBackground {
    background: rgb(48,48,48, 0.8);
    color: white;
}


.solidGray {
    background: rgb(48,48,48);
}

.responsive {
    width: 100%;
    height: auto;
}

.white-filter {
    filter: invert(92%) sepia(100%) saturate(22%) hue-rotate(60deg) brightness(107%) contrast(100%);
}

.rotate {
    transform: rotate(345deg);
}
