        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            width: 600px;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1, h2 {
            color: #0077cc;
        }
        .section-title {
            border-bottom: 2px solid #0077cc;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }
        .content {
            margin-bottom: 20px;
        }
        .contact-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .contact-info img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            object-fit: cover;
        }
        .contact-info p, .skills-list ul {
            margin: 5px 0;
        }
        .skills-list ul {
            list-style-type: none;
            padding-left: 0;
        }
