img { 
width:300px;
float:right;
border:solid;
border-color: #959deb;
border-width: 10px;
border-radius: 34px;
}

body{
  background: #2a93a7;
}
h1{
  text-align: center;
  font-family: cursive;
  color:#392972;

}

  
h2{
  text-align: left;
  font-family: cursive;
  font-size:25px;
 color: #392972
  
}

p{
  text-align: left;
  font-family: fantasy;
  font-size: 20px;
 color:white 
}
