html, body {height: 100%}
body {margin: 0}
body > footer {
  position: sticky;
  top: 100vh;
}