footer {
    background-color: #222;
    color: #ccc;
}

footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

footer a:hover {
    color: #fff;
}