footer {
    background: #111111;
    margin-top: 40px;
    text-align: center;
    padding: 20px 0 10px 0;
    flex: 0 0 auto;
}

@media screen and (max-width: 500px) {
    footer {
        font-size: 4vw;
    }
}