.footer {
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    height: 2.5rem;
    /* margin-top: 1rem; */
}

.footer > a {
    margin: 2rem;
}
