body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-family: Courier, monospace;
  background-color:black;
  height: 100vh;
}

p {
  font-size: xx-large;
  font-weight: normal;
  letter-spacing: 0.5em;
  color: white;
}

.block {
  color: aqua;
}
