

footer {
    padding: 5rem 0;
    background-color: var(--site-primary-color);
    color: #fff;
    & a{
        color: #fff;
    }
}