        body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            color: #333;
        }
        .container {
            width: 90%;
            max-width: 800px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        header {
            text-align: center;
            margin-bottom: 30px;
        }
        header h1 {
            margin: 0;
            font-size: 2.5em;
            color: #2c3e50;
               }
        header h2 {
            margin: 0;
            font-size: 1em;
            color: #2c3e50;
        }
        header p {
            margin: 5px 0;
            font-size: 1em;
            color: #7f8c8d;
        }
        .section {
            margin-bottom: 30px;
        }
        .section h2 {
            border-bottom: 3px solid #3498db;
            padding-bottom: 5px;
            font-size: 1.8em;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        .section ul {
            list-style: none;
            padding: 0;
        }
        .section ul li {
            margin-bottom: 20px;
        }
        .section .job-title {
            font-weight: bold;
            font-size: 1.2em;
            color: #2980b9;
        }
        .section .date {
            font-size: 0.9em;
            color: #95a5a6;
        }
        .section p {
            margin: 0;
            font-size: 1em;
            line-height: 1.6;
            color: #2c3e50;
        }
        .section k {
            margin: 0;
            font-size: .85em;
            line-height: 1.6;
            color: #2c3e50;
        }
        .contact-info {
            text-align: center;
            margin: 20px 0;
        }
        .contact-info a {
            text-decoration: none;
            color: #3498db;
        }
        .contact-info a:hover {
            text-decoration: underline;
        }
        .skills {
            display: flex;
            flex-wrap: wrap;
        }
        .skills li {
            background-color: #3498db;
            color: #fff;
            padding: 8px 12px;
            margin: 5px;
            border-radius: 4px;
            font-size: 0.9em;
        }