body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    /* color: #0073e6; */
    color: #FFBF00;
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    border-bottom: 2px solid #0073e6;
    padding-bottom: 5px;
}

.contact-info, .job-title, .project-title {
    font-weight: bold;
}

.job-title, .project-title {
    margin-top: 10px;
}

.job-details, .project-details, .skills-list {
    margin-left: 20px;
}

.job-details li, .project-details li, .skills-list li {
    margin-bottom: 5px;
}
