html,body {
    height: 100vh;
}

body > footer {
    position: sticky;
    top: 100vh;
}