* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Crimson Text', Georgia, serif;
    line-height: 1.5;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #333;
}

nav {
    margin-bottom: 60px;
}

nav a {
    color: #333;
    text-decoration: none;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
}

nav a:first-child {
    color: #333;
}

nav a:not(:first-child) {
    color: #999;
}

nav a:hover {
    color: #333;
}

nav span {
    color: #ccc;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    cursor: not-allowed;
}

.bio {
    font-size: 15px;
    color: #333;
    margin-bottom: 40px;
    line-height: 1.6;
}

.timeline {
    margin-bottom: 40px;
}

.timeline-item {
    margin-bottom: 20px;
}

.timeline-item .date {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline;
    margin-right: 10px;
}

.timeline-item .description {
    font-size: 15px;
    color: #333;
    display: inline;
}

.timeline-item .description a {
    color: #0066cc;
    text-decoration: none;
}

.timeline-item .description a:hover {
    text-decoration: underline;
}

.links {
    margin-top: 40px;
}

.links a {
    color: #333;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-right: 20px;
    font-size: 15px;
}

.links a:hover {
    color: #0066cc;
}
