

/* Caption text */
.text {
  color:#310303;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  text-shadow: 3px 3px 5px;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Style the body */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: black;
  color: white;
}
/*heading 1 format*/
h1 {
  top: 50%;
  left: 50%; 
  margin:0;
  z-index: 100;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  color: white;
  text-shadow: 3px 3px 5px;

} 
/*heading 2 format*/
h2{
  top: 50%;
  left: 50%;   
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: white;
  text-shadow: 2px 2px 5px;
}
/*heading 3 format*/
h3{
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: white;
  
}