hr.red {
  border: 4px solid #c8102e;
  border-radius: 2px;
  width:99%
}

div#wrapper {
background-color:#ebe8de;
margin-left:auto;
margin-right:auto;
}

div.inner {
margin-left:20px;
margin-right:20px;
}

.h1header {
font-family: 'Merriweather', serif;
color:#c8102e; 
font-size:2.5em;
}

.h3header {
font-family: 'Merriweather', serif;
margin:25px; 
color:#c8102e;
padding-top:-5px;
}


.underline {
font-family: 'Merriweather', serif;
margin:25px; 
color:#c8102e;
padding-top:-5px;
border-bottom: 2px solid #c8102e; 
}