body{
background-color: cadetblue; 
}

h1{
 color:dodgerblue;
  font-family:cursive;
    font-size: 40px;
    text-align: center;
  
}
h2{
  background-color: darkblue;
    color: hotpink;
  font-family: cursive;
  
  
}
p{
  background-color: blueviolet;
    color:beige;
  font-family:cursive;
  
}
h3{
background-color: aqua;
  
  
}
h4{
font-family: monospace;
  font-size:20px;
    color: darkgreen; 
  
}
img{
  height: 240px;
  border-color:aquamarine;
  border-style:solid;
  border-width: 10px;
  float:right;
  
}