h1{
  font-style: italic;
  text-shadow: -2px 2px black;
  color:gold;
  
}
Img{
  border-bottom-color: gold;
  height:300px;
  border-width:thick;
  border-style:double;
    
 }
h4{
  font-size: 25px;
  font-style:normal;
  
}
h5{
  font-size: 30px;
  font-style: oblique;
  color: gold;
  
}
p{
  font-family:fantasy;
}
body{
  background-color: darkred
}
h2{
  color: silver;
}
h6{
  color:silver;
}
h7{
  font-family: fantasy,cursive;
  font-size: 15px;
}