body {
  background-color: #000;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}

h1 {
  font-size: 32px;
  text-align: center;
}

p {
  text-align: center;
}

.center {
      display: flex;
      justify-content: center;
      align-items: center;
    }
