body {
    font-family: 'Crimson Text', serif;
    line-height: 1.5;
    max-width: 600px;
    margin: auto;
    background-color: #f7ecc5;
}


header {
    font: lighter calc(.025 * (300vw)) 'Crimson Text', serif;
    color: #a80707
}

table {
    width: 100%;
}

tr:nth-child(even) {
    background-color: #e0d7b4;
}

img {
    max-width: min(600px, 100%);
}