
   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;
  }
  
  body, html {
  	height: 100%,
  	margin: 0;
  }

  h1, h3 {
  	filter: drop-shadow(12px 4px 3px darkgreen);
    text-align: center;
  }

  body {
  	background-image: url(../img/tan.jpg);
  	background-position: center;
  	background-size: cover;
  	background-repeat: repeat;
  }

  nav {
    text-align: center;
    font-size: 25px;
    border-style: double;
    border-width: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: saddlebrown;
}

  nav li {
    display: inline;
}

  h3 {
    font-size: 25px;
  }

  h2 {
    text-align: center;
  }

  table {
    border-style: double;
    border-width: 5px;
    border-radius: 5px;
    border-color: saddlebrown;
    margin-top: 5px;
    margin-bottom: 5px;

  }

  footer {
    font-weight: bold;
  }

  iframe {
    margin-left: 5px;
    margin-right: 5px;
  }


/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      font-size: 20px
    }

    

   