.headshot {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}

.bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
}

.bio p {
    max-width: 500px;
}
