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{
  color:gold;
  text-shadow: 5px 5px  black;
  text-align: center;
  font-family:Verdana;
}

video {
  border: 4px solid gold;
}
img{
  border: 4px solid gold;
}
img:hover {
  background-color: black;
  opacity: 0.3;
}

p{
  margin-left: 150px;
  margin-right: 150px;
  font-family:Verdana;
  text-align: justify;
  text-indent:50px;
  color:gold
}