html {
  height: 100%;
  font-size: 10px;
}
body {
  height: 100%;
  font-size: 1.6em;
  font-family: arial, sans-serif;
  display: grid;
  align-items: center;
  justify-items: center;
}
h1 {
  font-weight: 300;
}
