body {
    font-family: Georgia, "Times New Roman", serif;
    background: #f4f1ea;
    color: #1f1f1f;
    margin: 0;
    line-height: 1.75;
    font-size: 18px;
}

.container {
    max-width: 720px;
    margin: auto;
    padding: 3rem 1.5rem;
}

h1 {
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.5rem;
}

.subtitle {
    text-align: center;
    font-style: italic;
    color: #555;
    margin-bottom: 2rem;
}

.author {
    text-align: center;
    margin-bottom: 3rem;
    color: #777;
}

.first-paragraph::first-letter {
    float: left;
    font-size: 3.5rem;
    line-height: 0.9;
    padding-right: 8px;
    font-weight: bold;
}

p {
    margin: 1.2rem 0;
}

.section-break {
    text-align: center;
    margin: 2.5rem 0;
    letter-spacing: 0.5rem;
    color: #666;
}

.quote {
    font-style: italic;
    border-left: 4px solid #666;
    padding-left: 1rem;
    margin: 1.5rem 0;
}

footer {
    margin-top: 4rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}
