.title{
    font-weight:bold;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.grid{
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-rows: 5% 1fr 5%;
    /* text-align: center; */
    /* height: 90vh; */
}

.bio{
    grid-column: 2/3;
    grid-row: 2/3;;
}

h1, h2 {
    text-align: center;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photo{
    margin-bottom:2%;
}
