    /* Dark mode (system preference) */
    body {
        background: #1a1a1a;
        color: #f0f0f0;
        line-height: 1.8;
        max-width: 80ch;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        margin: auto;
        text-align: center;
        padding: 10px;
    }
    /* Dark mode (system preference) */

    .title {
        color: #a99cf1;
    }
    .author {
        color: #f39bd6;
    }
