body{
  background-color: #333333;
  padding: 25px;
}
h1{
  color:gold;
  text-shadow: 5px 5px black;
  font-weight: bold;
  letter-spacing: 20px;
  font-family: "Times New Roman", Times, serif;
  text-align:center;
}
h2{
  color:gold;
  text-shadow: 5px 5px  black;
  text-align: center;
  font-family:Verdana;
}
h3{
  text-align: center;
}

img {
  border: 12px solid gold;
}
img:hover {
  background-color: black;
  opacity: 0.3;
}