.footer {
    background: #3b3b3c;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.footer a:hover {
    color: white;
    text-decoration: underline;
}