html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex-shrink: 0;
}
