html, body {
    overflow-x: clip;
}
body {
    background-color: #FEF1EC;
    margin: 0;
    padding: 0;
}
div.content {
    margin: auto;
    max-width: 700px;
}
div.section {
    margin: 8em 20px 0;
}
div.section.first {
    margin-top: 0;
}
div.header-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}
h1.name-header {
    color: #11223F;
    font-family: 'Spectral', serif;
    font-size: 5em;
    text-align: center;
    width: 100%;
}
h1.common-header, h2.common-header, h3.common-header, h4.common-header, h5.common-header {
    color: #11223F;
    font-family: "calibre", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.2em;
}
h4 {
    font-size: 1.2em;
    font-weight: 400;
}
h5 {
    font-size: 1.2em;
    font-weight: 400;
}
h5.date-header {
    position: absolute;
    bottom: 50%;
    transform: translateY(-5em);
}
p.main-paragraph {
    font-family: "Spectral", serif;
    line-height: 1.6;
    font-size: 32px;
    font-weight: 400;
    text-align: justify;
}
img.inline-image {
    margin: 1em 0;
    width: 100%;
}

div.illustration-container {
    height: 200px;
    width: 100%;
    background-color: #ffdacc;
    position: sticky;
    top: 0;
}
div.illustration-inner-container {
    margin: auto;
    max-width: 700px;
}
div.story-section {
    margin: 8em 20px 0;
}
p.story-paragraph {
    font-family: "Spectral", serif;
    line-height: 1.6;
    font-size: 32px;
    font-weight: 400;
    text-align: justify;
}
@media (max-width:801px) {
    p.story-paragraph { 
        font-size: 24px;
    }
    h2.story-header {
        font-size: 1.5em;
    }
}
h5.subtitle-header {
    position: absolute;
    top: 50%;
    transform: translateY(2em);
}