body {
  margin: 0;
  font-family: Consolas, monospace;
  background: #000000;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}