body {
  background-color: black;
  color: white;
  font-family: monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

#message {
  font-size: 1.5rem;
  text-align: center;
  white-space: pre-wrap;
}
