body{
  background:#84becc;
  text-align:center;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
h1{
   font-size: 60px;
  color: #b77575; 
 border-style: double ;
  border-color: grey ; 
  border-width: 15px ;
}
h2{
 font-size: 50px;
  color: #b77575; 
}

#article {
  text-align: left;
  padding: 5% 10% 0 5%;
}