footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    background-color: var(--footerBg);
}

footer a {
    text-decoration: none;
    color: var(--white);
}

footer a:hover {
    color: var(--red);
}