

/* body {
    margin: 0;
    padding: 40px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background: #f8f1e3;
}

h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 25px;
    border-bottom: 1px solid #aaa;
}

p {
    max-width: 750px;
}

a {
    color: #0645ad;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

a:hover {
    font-weight: bold;
}

.profile-picture {
    width: 140px;
    height: 140px;
    object-fit: cover;
    float: right;
    margin-left: 30px;
    border: 1px solid #999;
} */

body {
    margin: 0;
    padding: 40px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background: #f8f1e3;
}

main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #aaa;
    margin-top: 30px;
}

p {
    max-width: 750px;
}

a {
    color: #0645ad;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

a:hover {
    font-weight: bold;
}

.bio {
    max-width: 650px;
}

.profile-picture {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 1px solid #999;
}

.external-links {
    margin-top: 8px;
}

.external-links a {
    display: block;
}

.top {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header {
    flex: 1;
}

.sidebar {
    width: 160px;
    margin-left: 40px;
    text-align: center;
    flex-shrink: 0;
}

nav {
    margin-bottom: 20px;
}