img{
  width:450px;
 border-style: double;
 border-width: 10px;
  border-color: coral;
  float: right
}

body {
  background: #7800d7;
  font-size: 20px;
  font-family: cursive;
  color:antiquewhite;  
}
p {
  color: rgb(224, 224, 64);
}
h1 {
  font-weight:bolder;
  font-family: fantasy;
  font font-size: 30px;
}
h2{
  text-align: left;
    font-family: fantasy;
      font-size: 10;
}