footer {
    margin: 60px 0 0 0;
    color: black;
    display: flex;
    justify-content: center;
    height: 50px;
}

footer a {
    text-decoration: none;
    color: black;
    font-size: 0.7rem;
    margin: 0 0 60px 0;
}