body {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 2rem;
}
