.text {
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20em;
}

.email > span:nth-child(2) {
    display: none;
}

.headshot {
    display: inline;
}

.name {
    font-size: 1em;
    font-weight: normal;
}

img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
