#footer {
    text-align: center;
    color: black;
    padding: 16px;
}

#footer a {
    color: black;
}

#footer a:hover {
    color: orangered;
}