        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            color: #333;
        }
        h1 { color: #84CC16; border-bottom: 2px solid #84CC16; padding-bottom: 10px; }
        h2 { color: #444; margin-top: 30px; }
        .date { color: #666; font-style: italic; margin-bottom: 30px; }
        .contact { background: #f5f5f5; padding: 15px; border-radius: 5px; margin-top: 40px; }