body {
    background: #f5f1e8;
    color: #222;
    font-family: Georgia, serif;
    line-height: 1.7;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.container,
.chapter {
    max-width: 1100px;
    margin: auto;
    padding: 70px 60px;
}

h1 {
    text-align: center;
    font-size: 64px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    color: #5f564d;
}

.subtitle {
    text-align: center;
    color: #7a7168;
    font-size: 22px;
    margin-bottom: 70px;
    letter-spacing: 2px;
}

p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 22px;
    text-indent: 1.8em;
}

hr {
    border: none;
    border-top: 1px solid #d6cec2;
    margin: 60px 0;
}

.chapters {
    margin-top: 20px;
}

.chapter-link {
    display: block;
    color: #44556b;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 22px;
}

.chapter-link:hover {
    text-decoration: underline;
}

a {
    color: #44556b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.back-link {
    margin-top: 60px;
    text-align: center;
    font-size: 22px;
}

.scene-break {
    text-align: center;
    margin: 40px 0;
    letter-spacing: 6px;
    color: #888;
}

/* Mobile */

@media (max-width: 768px) {
    body {
        font-size: 21px;
    }

    .container,
    .chapter {
        padding: 40px 24px;
        max-width: 100%;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .subtitle {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .chapter-link {
        font-size: 24px;
    }

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