footer {
    background-color: #a0123b;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
    transition: 0.2s ease;
}

footer a:hover {
    color: #f7aa4d;
}

footer #socials a {
    background-color: white;
    color: black;
    padding: 12px;
    border-radius: 100%;
    transition: 0.2s ease;
}

footer #socials a:hover {
    transform: scale(0.95);
    background-color: #f7aa4d;
}