body{
    background-color:hotpink;
}
h1{
    font-family: monospace;
  text-decoration:underline  wavy red ;
  color:darkblue;
}
h2{
  font-family:cursive;
  color:crimson;
  text-decoration: underline;
}
p{
    font-family:cursive;
    color:darkblue ;
}
img{
  float: right;
  width:300px;
  height: 250px;
  margin: 20px;
  border-color:red;
  border-width: 8px;
  border-style: solid;
  border-radius:100px;
}
li{
    color:darkblue;
}