body { 
  font: 90px 'Amatic SC', cursive; 
  color: black;
  text-align: center; 
  padding: 60px; 
  background: url(../images/confidns.jpg) no-repeat right center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
h1 { 
font-size: 70px; 
}
  article { display: block; text-align: left; margin: 0 auto; }
  a { color: black; text-decoration: none; }
  a:hover { color: #333; text-decoration: none; }
  .icons {opacity: 0.8; padding-right: 50px;}
  .icons:hover {opacity: 1;}
  .mail {font-size: 0.6em;}
  .media {font-family: 'Droid Sans Mono', monospace;font-size: 0.2em;margin-top: 60px;}
  .mail .icons {padding-right: 10px;}
  p {margin: 20px 0;line-height: 1em;}
  
