body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    background-color: #fff;
    max-width: 650px;
    margin: 40px auto;
    padding: 0 10px;
}

h1, h2 {
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #111;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p {
    margin-bottom: 1em;
}
