html {
    background-color: #f8ecec;
}

html, body, main {
  height: 100%;
}

main {
  align-content: center;
  justify-content: center;
}

h1 {
  text-align: center;
}

.grid {
    text-align: center;
}
