body {
  display: flex;
  background-image: url("JudasPriest.jpg");
  background-repeat: repeat;
  color: white;
  font-family: Courier;
}
.titlebox {
  background-image: url("EarthBound.gif");
  background-size: cover;
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin: 20px;
}
.bodbox {
  background-color: #d62946;
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin: 20px;
}
.otherbox {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin: 20px;
  color: black;
}