

#middle
{
background-color: #fff;
   /* 
      background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */

    padding:0px 20px 20px 20px;
    margin:10px;
       
    }

  
  
  h1 { 
    display: block;
    line-height: 150%;
    font-size: 4em;
    text-align:left;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 900;
    color:rgb(0, 8, 255);
     font-family: 'Georgia', serif;
}



