
               
        h1 {
            font-size: 2.2rem;
            color: #222;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        h2 {
            font-size: 1.5rem;
            color: #333;
            margin: 30px 0 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eaeaea;
            font-weight: 500;
        }
        
        p {
            margin-bottom: 16px;
            color: #444;
        }
        
        ul {

            padding-left: 24px;
        }
        
        li {
            margin-bottom: 10px;
        }
        
        strong {
            color: #222;
            font-weight: 600;
        }
        
        em {
            font-style: italic;
        }
        
        a {
            color: #3498db;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        a:hover {
            color: #2980b9;
            text-decoration: underline;
        }
        
        .divider {
            height: 1px;
            background-color: #ddd;
            margin: 30px 0;
        }
        
        .highlight {
            background-color: #f5f5f5;
            padding: 15px;
            border-left: 4px solid #ddd;
            margin: 20px 0;
            border-radius: 0 4px 4px 0;
        }
        
        .contact {
            margin-top: 40px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 4px;
            text-align: center;
        }
    