body {
  background-color: black;
  color: white;
  font-family: 'Consolas', monospace;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  text-align: center;
}