body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: left;
    margin-bottom: 40px;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 0;
    color: #000000;
}

header p {
    font-size: 1.2em;
    color: #555555;
    margin-top: 0;
}

section {
    margin-bottom: 40px;
}

h2 {
    color: #000000;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.job,
.education-item {
    margin-bottom: 20px;
}

.job h3,
.education-item h3 {
    color: #000000;
    margin-bottom: 5px;
    cursor: pointer;
}

.job p,
.education-item p {
    margin: 0;
    color: #555555;
}

.job ul {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    list-style: disc;
}