h1{
    font-family: 'Bitstream Charter', 'Sitka Text', serif;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #E68A2E;
    margin-top: 50px;
    margin-bottom: 70px;
}
h2{
    font-family: 'Bitstream Charter', 'Sitka Text', serif;
    font-size: 30px;
    font-weight: bold;
    text-align:left; 
    word-spacing: 1.6px;
    margin-top: 45px;
    margin-bottom: 1.8px;
}
time{
    font-family: sans-serif;
    display: block;
    color: #C47422;
    font-size: 13px;
    font-weight: thin;
    margin-bottom: 30px;
}
p, h1, h2, time{
	max-width: 575px;
	margin-left: auto;
	margin-right: auto;
}
p{
    font-family: sans-serif;
    margin-bottom: 70px;
    line-height: 1.5;
    font-size: 16px;
}
body{
    background-color: #FCF7EF;
}