h1{
  text-align: center;
  font-family: fantasy;
  background-color: aqua;
  color: hotpink;
  
}
h2{
  color: #000000;
  border: 5px solid gold;
  background-color: #a714a7;
  border-radius: 10px;
  
}
p{
  color: darkorchid;
  font-style: oblique
  font-family:sans-serif;
}
img{
  border-style: double;
  border-width: 10px;
  border-color:blueviolet;
  width: 250px;
  float:left;
  
}