
body {
background-image:url(../pics/abstract.png);
background-attachment:fixed;
background-size: 100% 100%;
background-repeat: no-repeat;
font-size:17px;
font-family: 
     -apple-system,        /** Safari for OS X and iOS (San Francisco) **/
     BlinkMacSystemFont,   /** Chrome < 56 for OS X (San Francisco) **/
     "Segoe UI",           /** Windows **/
     Roboto,               /** Android **/
     "Helvetica Neue",     /** Basic web fallback **/
     Arial, 
     sans-serif;
    
}


header {
        position: relative;
        margin: 0 auto -10px;
        width: auto;
        max-width: 800px;
        height: auto;
        text-align: center;
      }
      section {
        background-color:rgba(255, 248, 227, 0.8);
        position: relative;
        margin: 0 auto 20px;
        width: auto;
        max-width: 800px;
        height: auto;
        text-align: center;
        border-radius:3px;
        box-shadow: 2px 2px 7px 2px rgba(74, 74, 74, 0.5);
       
        
      }
section p {
    color:#898989;
    line-height:140%;
    margin: 20px;
}

section a{
    color: #9a9996;
    font-size: 14px;
}
.message {
    
    padding:5px;
}

#left {
margin-top: -10px;    
text-align: left;    
}


#right {   
text-align: right; 
}