footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 2rem;
}

@media only screen and (max-height: 780px) {
    footer {
        position: relative;
    }
}