body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
    padding: 2rem;
}

header {
    margin-bottom: 2rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #555;
    margin-top: 2rem;
}

p {
    margin-bottom: 1rem;
}

.bio {
    margin-bottom: 2rem;
}

.interests {
    margin-bottom: 2rem;
}

.work {
    margin-bottom: 2rem;
}

footer {
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

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

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}