img{
  width: 300px;
  border-style: double;
  border-width: 10px;
  border-color:cornflowerblue;
  float:right;
}

p{
  text-align: center;
  font-family: fantasy;
  font-size: 20px;
  color: hotpink;
}

h1{
  text-align: center;
  font-family: fantasy;
  font-size: 50px;
  color: hotpink;
}

h2{
  text-align: center;
  font-family: fantasy;
  font-size: 50px;
  color: hotpink;
}

body{
  background-color: lavenderblush
    
}

h3{
  text-align: center;
  font-family: fantasy;
  font-size: 30px;
  color: hotpink;
}