body {
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

h1 {
  margin: 0
}