footer {
    top: 1.5rem;
    left: 1.5rem;
    z-index: 20;
}
@media only screen and (min-width: 1200px) {
    footer {
        top: 50vh;
        left: 50vw ;
        transform: translate(-50%, -50%);
    }
}