html {
  background: black;
}

p {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 100px;
  color: rgb(30, 30, 30);
  height: 50%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}
