body{
  padding: 25px;
  background-image: url("/Poem/Red/R.png");
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100%;
}
h1, h2, p {
  font-family: "Helvetica";
	color: rgb(255, 0, 0);
  text-align: center;
}
h1 {
  font-size: 300%;
}
h2 {
  font-size: 125%;
}
a {
    color: #ff8484;
}
