
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            max-width: 100%;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #ffffff;
        }
        
        h1, h2, h3, h4 {
            font-weight: 600;
            margin-bottom: 15px;
            color: #222;
        }
        
        h1 {
            font-size: 28px;
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #eee;
        }
        
        h2 {
            font-size: 22px;
            margin-top: 30px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }
        
        h3 {
            font-size: 20px;
            margin-top: 25px;
        }
        
        h4 {
            font-size: 18px;
            margin-top: 20px;
        }
        
        p {
            margin-bottom: 15px;
            font-size: 16px;
            color: #444;
        }
        
        .section {
            margin-bottom: 35px;
        }
        
        .subsection {
            margin-bottom: 25px;
        }
        
        .list-item {
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .contact-info {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 2px solid #eee;
        }
        
        .contact-item {
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .divider {
            height: 2px;
            background-color: #eee;
            margin: 30px 0;
        }
    