/* site8.css */

     /* 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: times;
      text-align: center;
       border: 40px
        margin:0;
        padding: 40px;
        top: 400px;
}
    }

    .container {
       border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    }
    
.about {
  font-family: times;
  text-align: center;
  word-spacing: 20px;
  border: 40px
  margin:0;
  padding: 40px;
  top: 400px;
}
    .footer {
      text-align: center;
    }