body {
    font-family: Georgia, serif;
    background-color: #f5f2eb;
    color: #333;
    padding: 50px;
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

h1 {
    font-size: 3em;
    text-align: center;
    color: #5a3e36;
    margin-bottom: 10px;
}

h2 {
    font-size: 2em;
    text-align: center;
    color: #7a5e54;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.5em;
    text-align: center;
    color: #a47c64;
    margin-bottom: 30px;
}

p {
    text-indent: 2em;
    margin-bottom: 20px;
}

.firstLetter {
    font-size: 2.5em;
    float: left;
    line-height: 1;
    margin-right: 5px;
    color: #7a5e54;
}

.firstWord {
    font-weight: bold;
    color: #a94728;
}
