body {
  background-color: lightgoldenrodyellow;
}
p {
  color: lightpink;
  text-align: center;
  font-family: cursive
}
h1 {
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  text-decoration: underline;
  color: rgb(297,136,182);
}
h3 {
  font-family: cursive;
  color: rgb(297,136,182);
}
li {
  font-family: fantasy;
  color: lightpink;
}
img {
  border-color: rgb(297,136,182);
  border-style: solid;
  float: left;
  margin: auto;
  width: 240px;
  border-radius: 10px
  
  
}
p {
  color: rgb(297,136,182);
  