body, html, h1, h2, p, a{
    font-family: Georgia, Times, 'Times New Roman', serif; 
}

h1{
    font-size: 32px;
    margin-top: 28px;
    margin-bottom: 28px;
    font-weight: normal;
}

h2{
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 4px;
    font-weight: normal;
}

p{
    font-size: 18px;
    line-height: 28px;
}

a,
a:hover,
a:active,
a:focus{
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    text-decoration: underline;
    color: #4285f4;
}

#header-logo-box{    
    text-align: center;
    margin-top: 8px;
}

#header-logo{
    float: none;
}