main {
    width: 680px;
    margin: auto;
    margin-bottom: 4em;
    text-align: center;
    margin-top: 2em;
    padding: 1em;
}

hr {
    border-color: maroon;
}

#img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

#name {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: maroon;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0;
    margin-top: 0.5em;
}

#role {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #868686;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

#bio {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    color: #242424;
    text-decoration: none;
    margin-top: 1.3em;
}

section > h2 {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: maroon;
    font-size: 28px;
    margin-bottom: 1em;
    text-align: left;
}

hr {
    margin: 2em 0;
}