html {
   color: #4a434c;
   max-width:1000px; 
   margin:auto;
}

a {
color: #7d6841;
font-weight: bold;
}

h1, h3, h4, h5, h6 {
   color: #7d6841;
}

h2 {
   color: #4a434c;
   font-size: 28px;
   margin-top: 20px;
   margin-bottom: 0px;
   text-align: center;
}
h3 {
   color: #4a434c;
   font-size: 20px;
   margin-top: 10px;
   margin-bottom: 0px;
   text-align: left;   
}

#content .blocks>h2:first-of-type{
   font-size: 28px;
   margin-top: 20px;
   margin-bottom: 0px;
}