footer {
    background-color: #1f1f1f;
    padding: 10px 0;
    z-index: 999;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}