#content {
    display: grid;
    justify-content: center;
    grid-template-columns: 20px 0.65fr 1.2fr 20px;
    height: 60%;
    width: 100%;
}

#portrait {
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    /* max-width: 50%; */
    justify-self: center;
    filter: brightness(1.1);
    margin-top: 10%;
}

#bio {
    grid-row: 2;
    grid-column: 3;
    margin: 4%;
    margin-top: 15%;
    /* width: 100%; */
    /* justify-self:center; */
}
