.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-height: 600px){
    .footer{
        position:unset
    }
}