.footer {
    background-color: black;
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.footer a {
    color: gold;
    text-decoration: none;
    transition: 0.4s;
}

.footer a:hover {
    color: white;
}