body{
  background-color: antiquewhite;
}
p{
  color: black;
 font-family: cursive
}
h1{
  text-align: center;
    font-family:fantasy;
  color: grey
}
img{
  height: 400px;
  border-style:solid;
  border-width:thick;
  border-color:gray;
  float:right  
}