body{
  background-color:lightcoral;
}
h1{
  color:red;
  text-shadow: -2px 2px orange;
  text-decoration-line: underline;
  font-family: cursive;
}
h3{
  color:darkgoldenrod;
  text-shadow: -2px 2px orange; 
  font-family: cursive;
}
p{
  color: red;
  font-family:cursive;
  font-size: 18px;
}
h4{
  color:orangered;
  text-shadow: -2px 2px orange;
}
li{
  color: darkcyan;
  font-family: cursive;
}

img{
  border-style: dashed;
  border-color: forestgreen;
}

h5{
  color:grey;
}
