body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

h1, h2, h3 {
    color: #2a5d84;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

header p, section p {
    font-size: 1rem;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.work-item {
    margin-bottom: 1.5rem;
}

a {
    color: #2a5d84;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.green-bar {
    background-color: #3b9f19;
    height: auto;
    width: 15px;
}

.section-divider {
    border: none;
    border-top: 3px solid #3b9f19;
    margin: 2rem 0;
}
