a {
  color:black;
  background-color:white;
  font-size:24px;
}

body {
  background-image:url("anime-background.jpg");
}

h1 {
  text-decoration:underline;
  text-decoration-style:wavy;
  text-align:center;
  font-family:cursive;
  font-size: 50px;
  color:black;
  background-color:white;

}

h3 {
  text-align:left;
  font-family:cursive;
  font-size: 35px;
  color:white;
}

p {
  text-align:;left;
  font-family:cursive;
  font-size: 20px;
  color:black;
  background-color: white;
}

ul {
  color:black;
  text-align:center;
  font-family:cursive;
  font-size: 20px;
}
img {
  float: right;
  border-color: gold;
  border-style: groove;
  border-radius: 24px;
  
}


