body {
    font-family: Arial, sans-serif;
    color: #333;
}

.left-column {
    background-color: #f2f2f2;
    padding: 40px;
    color: #333;
}

.left-column h5 {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
}

.contact-info a {
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.skills p {
    margin-bottom: 5px;
}

.right-column {
    padding: 60px 40px;
}

.right-column h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1;
}

.right-column h2 {
    font-size: 1.5rem;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

.right-column h4 {
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.job h6 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.job .company {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.education h6, .courses h6 {
    font-weight: bold;
    font-size: 1.1rem;
}
