.footer .menu-item a,
.footer .menu-item.active a {
    color: var(--background-color);
    text-decoration: none;
    transition: all 0.3s;
}

.footer .menu-item a:hover {
    color: var(--background-color);
    text-decoration: underline;
}
