/* site6.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;
      background-size: cover;
  }
  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;
      background: url(img/sam2.jpg);
      background-repeat: no-repeat;
      background-size: 1000px;
      background-position: 50% 40%;
}

    .container {
      width: 989px;
      margin: auto;

    }

.text1 {
  text-align: left;
}

.L1{
  text-align: center;
}

.transformed{
  transform: rotate(180deg);
  background-color: none;
}

.about {
  font-family: times;
  text-align: center;
  word-spacing: 20px;
  border: 40px
  margin:0;
  padding: 40px;
  top: 400px;
}

    .footer {
      text-align: center;
    }