html, body {
  height: 100%;
}
body {
  margin: 0;
  background: #000;
  color: whitesmoke;
  display: grid;
  place-content: center;
  /* font-family: monospace, monospace; */
  text-align: center;
  font-size: 14vw;
  line-height: 0;
}