html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  color: blue;
  font-family: georgia, serif;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

