@charset "utf-8";

html, body { height: 100%;}
 
body > footer {
  position: sticky;
  top: 100vh;
}