body {
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: monospace;
  font-size: 1.2vw;
  line-height: 2.8vh;
}

p {
  background: rgb(20, 20, 20, 0);
  position: absolute;
}

.sleeping-cat {
  color: rgb(255, 255, 255);
  top: 26%;
  left: 20%;
}

.zzz {
  color: rgb(255, 255, 255);
  top: 20%;
  left: 17%;
}