html {
    background: ;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1 {
    font-family: "Times", serif;
    text-align: center;
}

h2 {
    color: #035efc;
    margin-top: 1.3em;
}

h3 {
    font-family: "Times", serif;
    text-align: center;
}
a {
    color: #035efc;
}

b, strong {
    font-weight: 600;
}

p {
    text-indent: 25px;
}