body {
  background-color: rgb(255, 147, 232);

}
p {
  color: black;
  font-family:fantasy;
  font-style: oblique;
  font-size: 30px;
  text-align-last: center
}
h1 {
  font-weight: bold;
  font-family: fantasy;
  font-size:100px;
  text-align: center;
  text-shadow: 6px -2px yellow;
}
h2 {
  font-weight: bold;
  font-family: fantasy;
  font-size: 50px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgb(137, 45, 134);
  text-shadow: 2px -2px yellow;
}
h3 {
  font-family: fantasy;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px -2px yellow;
}
li {
  font-family:fantasy;
  font-style: oblique;
  font-size: 30px;
}
.center{
  display: block;
margin-left: auto;
  margin-right: auto;
}