
    body {
        font-family: Arial, sans-serif;
        font-size: 14pt;
        /* Increased by 2 points from default 12pt */
        line-height: 1.6;
        margin: 0;
        padding: 20px;
        background-color: #f4f4f4;
    }

    .container {
        max-width: 800px;
        margin: auto;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    h1 {
        font-size: 2em;
        text-align: center;
        color: #333;
    }

    .intro,
    .testimony p,
    .testimony .name-city {
        margin: 0 0 10px;
        color: #555;
    }

    .testimony {
        margin: 20px 0;
    }

    .note {
        font-style: italic;
        font-size: 0.9em;
        color: #777;
        margin-top: 20px;
        text-align: center;
    }
