/* Sticky footer: main#content shrinks on a short page and lets content spill into the footer. */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main#content {
  flex: 1;
}
