body {
  color: #757575;
  background: #000000;
  font-family: 'Courier New', monospace;
  font-size: 150%;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

