h1 {
color:#D8D507;
margin-top: 0px;
text-shadow: 5px 5px 10px teal, 8px 8px 15px white;
font-size: 3.5em;
}
body
{
 background: url("https://image.freepik.com/free-vector/speed-lights-background-concept_23-2148625267.jpg");
  background-position: top; 
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
li, a
{
  color:#D8D507;
  font-weight: bold;
  list-style: none;
  text-decoration: none;
  font-family: 'Black Han Sans', sans-serif;
  
}
#pageContainer
{
 margin: 3vw; 
}
#title, #content, #bottomContent
{
 color: white;
 margin: 4vh 9vw; 
 border-radius: 15%;
 padding:5px;
 box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.5), 0 6px 20px 0;
}
#title
{
  font-family: 'Monoton', cursive;
}

#content
{
  padding: 4vw;
  
  
}

#bottomContent
{
  
}
a:hover
{
  background-color:red;
  color:black;
  font-size: 1.25em;
  padding: 2px;
  margin: 2px;
}

footer
{
  padding: 50px;
}

h2
{
 color: #D8D507;
   margin-top: 1px;
text-shadow: 5px 5px 10px teal, 8px 8px 15px white;
}

h2:active
{
  color: red;
}

a:visited
{
 color: purple; 
}