body {
  background: white;
}
p {
  color: black;
  font-family: cursive;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  color: rebeccapurple;
  text-decoration: underline;
}
h2 {
  color: palevioletred;
}
.pets {
  color: rgb(255,184,255);
}
ul{
  background-color:lightyellow;
  color: rgb(255,150,0);
}