/* Footer */
footer {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
}

footer .footer-links a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
