body {
  grid-template-areas:
    "header header"
    "main main"
    "footer footer";
}
