footer {
    height: 60px;
    background: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1100px){
    footer {
        bottom: 0;
        position: absolute;
        width: calc(100vw - 40px);
    }
}

@media screen and (max-width: 600px){
    footer {
        font-size: 11px;
    }
}