body {
  background-image: url("/assets/void2.gif");
  background-color: white;
  color: black;
  font-family: Courier, monospace;
}
h1 {
  background: black;
  color: white;
  font-size: 250%;
  height: auto;
  width: auto;
  max-width: 600px;
  margin: 0px 15%;
  margin-top: 10%;
  padding: 10px 50px;
}
p {
  background: black;
  color: white;
  font-size: 175%;
  height: auto;
  width: auto;
  max-width: 600px;
  margin: 0px 15%;
  padding: 20px 50px;
}