html {
  height: 100%;
}

body {
  margin: 0;
  color: 000000;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header {
  background: ffffff;
}

main {
  background: ffffff;
}

footer {
  background: ffffff;
}
