.footer-link {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #CD212A;
}

.footer-li {
    color: #d3d3d3;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-li:hover {
    color: #CD212A;
    text-decoration: none;
}