/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background: black;

    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      color:white;
    }

      
      div.a {
  text-align: center;
}

h1{
  font-size: 60px;
  color:white;
}

h2{
  color:white;
}

h3 {
  color:white;
  font-size 20px;
}

h4 {
  color:white;
  text-align: left
}

h5 {
  color:white;
  text-align: right
}

#bg { 
  
      height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
    #shadow {

      box-shadow:
      0 0 0 10px hsl(0, 0%, 80%),
      0 0 0 15px hsl(0, 0%, 90%);
}

    #transform{
      transform: rotate(20deg);
    }