html {
  font-family: sans-serif;
  height: 100%;
}

body {
  display: grid;
  height: 100%;
  margin: 0;
  place-items: center;
}

h1 {
  font-size: 4rem;
}