body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    /* Light grey background */
    color: #333;
    line-height: 1.6;
}

.resume {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    /* White background for the resume */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Slight shadow for depth */
}

header {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    /* Light border */
}

header h1 {
    font-size: 2em;
    margin-bottom: 5px;
}

.contact {
    margin-top: 10px;
}

.contact p {
    margin: 5px 0;
}

section {
    margin-top: 20px;
}

section h2 {
    font-size: 1.5em;
    border-bottom: 2px solid #ddd;
    /* Light border */
    padding-bottom: 5px;
}

.education .degree,
.experience .job,
.certifications .certification {
    margin-bottom: 15px;
}

.degree h3,
.job h3,
.certification h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.school,
.dates,
.org {
    font-style: italic;
    color: #666;
}

.skills .skill-group {
    margin-bottom: 10px;
}

.skills .skill-group h3 {
    font-size: 1em;
    margin-bottom: 5px;
}

.skills .skill-group p {
    margin: 0;
}

.experience ul {
    list-style-type: disc;
    /* Bullet points */
    padding-left: 20px;
}
@charset "UTF-8";