body {
  background-color: lightgoldenrodyellow;
}
p {
  color: rgb(246, 0, 0);
  font-size: 15px;
  font-family: fantasy;
  letter-spacing: 2px;
}

img{
width:300px;
border-style: dotted;
border-color: darkred;
border-radius: 30px;
  border-width: 9px
}


h1{
color: lightcoral;
font-family: cursive;
}

li{
color: lightcoral;
font-family: fantasy;
}
  
h2{
 color: goldenrod;
 font-family: cursive;
}
h3{
color: coral;
font-family: cursive;
}