html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; }

main {
  flex: 1;
  overflow: auto; }

header, footer {
  backround: red; }
