img {
  width:550px;
  border-style: solid;
  border-color: #578157;
  border-width: 20px;
  float:right;
}
 
h1{
  font-family:fantasy;
  font-size:90;
  color:rgba(87, 170, 148, 0.48);
  text-align: center
}

body{
  background-color: aqua
}

h2{
  font-family: cursive;
  font-size:35px;
  color:dark #065606;
  text-align:left;
}

h3{
  font-family: cursive;
  font-size: 30px;
  color: rgb(255, 163, 248); 
  text-align: center
}