body {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 22pt;
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 14pt;
    font-weight: normal;
}

img {
    display: block;
    margin: 20px auto;
}