html {
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: monospace;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}


