﻿html {
  position: relative;
  min-height: 100%;
}
html body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html body main {
  flex-grow: 1;
}
