#main {
    display:flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    flex-wrap:wrap;
    align-items:center;
}
.rows {
    display:flex;
    flex-direction: row;
    width: 100%;
    height: 450px;
    flex-wrap:wrap;
    justify-content: center;
}
.person {
    width:fit-content;
    height:fit-content;
    padding-left: 9%;
    padding-right:9%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.email {
    margin-top:.2em;
}
h2 {
    margin-bottom:.2em;
}
#noemail {
    margin-bottom:1.5em;
}