body {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
