h2 {
    font-size: xx-large;
    text-align-last: center;
    color: #7c3535;
    font-family: helveticaenschweiler;
    font-weight: lighter;
    
    margin-top: 90px;
	margin-bottom: 20px;
}




body {
    font-size: medium;
    line-height: 1.3;
    width: 65%;
    color: #4c2424;
    
    background-color:rgba(165, 10, 10, 0.21);
    font-family: Helvetica, sans serif;
    font-weight: lighter;
}


strong {
      color: rgba(76, 36, 36, 0.81);
}

em {  
    font-size: small;
    color: #894f4f; 
}



p {
	margin-block-start: 7px;
}

p,h1,h2,time {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

time {
    font-style: italic;
    font-size: smaller;
    color: #894f4f;
    }