html, body { height: 99%;}

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