body {
    font-family: sans-serif;
    margin: 20px;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    margin-bottom: 5px;
}

.title {
    font-style: italic;
    margin-bottom: 10px;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

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

section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

section h2 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.job h3 {
    color: #555;
    margin-bottom: 5px;
}

.duration {
    color: #777;
    font-style: italic;
    margin-bottom: 10px;
}

.job ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.skill-group {
    margin-bottom: 15px;
}

.skill-group h3 {
    color: #555;
    margin-bottom: 5px;
}

.skill-group ul {
    list-style: none;
    padding: 0;
}

.skill-group li {
    margin-bottom: 5px;
}

.education .institution {
    margin-bottom: 15px;
}

.education h3 {
    color: #555;
    margin-bottom: 5px;
}

.degree {
    color: #777;
    font-style: italic;
}

.certifications ul {
    list-style-type: disc;
    margin-left: 20px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
}