body {
  background-color: purple;
  color: yellow;
  font-family: "Comic Sans MS";
  background-image: url("bgpurpletext.gif");
  text-align: center;
  margin: 50px;
}

.box2 {
  position: relative;
  margin: 10px;
  border: 3px solid black;
  border-radius: 10px;
  padding: 1rem 1rem;
  background-image: url("BG3.png");
  width: 300px;
  height: 150px;
  box-sizing: border-box; 
}

.box3 {
  background-image: url("BG9.jpg");
  border: 3px solid black;
  border-radius: 20px; 
  padding: 2rem 1rem;
  margin: 1px;
  font-size: 0.75rem; 
  font-family: "Arial";
  text-align: center;
}

.box4 {
  background-image: url("BG6.png");
  border: 3px solid black;
  border-radius: 10px; 
  padding: 0.5rem 0.5rem;
  margin: -2px;
  font-size: 0.75rem; 
  font-family: "Arial";
  text-align: center;
}

.box5 {
  background-image: url("wood010.jpg");
  border-radius: 10px; 
  padding: 1rem 1rem;
  margin-top: -2px;
  margin-bottom: -2px;
  font-size: 0.75rem; 
  font-family: "Arial";
  text-align: center;
}


.titlebuttons {
  border: 3px solid black;
  text-align: center;
  border-radius: 10px; 
  padding: 1rem 1rem;
  margin: 10px;
  font-size: 0.75rem; 
  background-image: url("BG3.png");
}

.boxbuttons {
  position: relative;
  margin: -2px;
  margin-left: 350px;
  margin-right: 350px;
  border: 3px solid black;
  border-radius: 300px;
  padding: 1rem 1rem;
  background-image: url("BG5.gif");
}

.container {
  display: flex;
  justify-content: center;
  height: 600px;
}

.boxbody {
  background-image: url("BG11.png");
  border: 3px solid black;
  border-radius: 1px;
  padding: 1rem 1rem;
  margin: -2px;
}


