body {
  background: #fde8e8;
}
p {
  font-family: cursive;
  color: #e45a5a;
}
li{
  color: burlywood;
  font-family: fantasy;
}
h1 {
  text-align: center;
  font-size: 42px;
  text-shadow: -3px 2px #cfb8ea;
  font-weight: bold;
  background-image: url(hearty.jpg);
  border-style: solid;
  border-width: thick;
  border-color: #f4bb71;
  border-radius: 300px;
}
h4{
  color: darksalmon;
  font-size: 18px;
  text-decoration-line: underline;
}
h3{
  color: #9f8563;
  font-family: monospace;
  font-size: 16px;
}
img{
  float: right;
  border-style: solid;
  border-color: #a28052;
  border-radius: 40px;
  border-width: thick;
}
