body {
  overflow: hidden;
  background-color: black;
  color: white;
  font-family: "Courier New", monospace;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  height: 100vh;
}