Body {
  background-color: lavenderblush;
}

h1 {color:skyblue;
  font-family: cursive;
  Text-align: Center;
  font-size: 16;
}

h2 {
  color: pink;
  font-family: fantasy;
  Text-align: center;
  font-size: 16;
}

h3 {color: Purple;
  font-family: cursive;
  Text-align: Center;
}
  
img {
  float: right;
  width: 280px; 
  margin:30px;
  border-color: lavender;
  border-width: 12px;
  border-style: double;
  border-radius: 89px;
}