body-9 {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.container-9 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.left-section-9 {
    background-color: #2d2d2d;
    color: white;
    padding: 30px;
    text-align: center;
}

.left-section-9 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
}

.left-section-9 h1 {
    margin: 20px 0 5px;
    font-size: 28px;
}

.left-section-9 h2 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 300;
}

.left-section-9 .contact-info-9 {
    margin-top: 30px;
    text-align: left;
}

.left-section-9 .contact-info-9 p {
    margin: 10px 0;
}

.left-section-9 .contact-info-9 i {
    color: #e74c3c;
    margin-right: 10px;
}

.right-section-9 {
    padding: 30px;
}

.right-section-9 .section-9 {
    margin-bottom: 30px;
}

.right-section-9 h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #e74c3c;
    text-transform: uppercase;
}

.right-section-9 ul {
    list-style: none;
    padding: 0;
}

.right-section-9 ul li {
    margin-bottom: 10px;
}

.skills-9 {
    display: flex;
    flex-direction: column;
}

.skills-9 .skill-9 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.skills-9 .skill-9 p {
    flex: 1;
}

.skills-9 .skill-9 .bar-9 {
    flex: 3;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
}

.skills-9 .skill-9 .bar-9 span {
    position: absolute;
    height: 100%;
    background: #e74c3c;
    border-radius: 5px;
}

.skills-9 .skill-9 .bar-9 span.photoshop-9 { width: 80%; }
.skills-9 .skill-9 .bar-9 span.illustrator-9 { width: 75%; }
.skills-9 .skill-9 .bar-9 span.office-9 { width: 90%; }
.skills-9 .skill-9 .bar-9 span.windows-9 { width: 85%; }
.skills-9 .skill-9 .bar-9 span.mac-os-9 { width: 70%; }
