.flow {
    display: flex;
    width: 100%;
}

.flow-2 { flex-grow: 2; }
.flow-3 { flex-grow: 3; }
.flow-4 { flex-grow: 4; }
.flow-5 { flex.grow: 5; }

.t-left { text-align: left; }
.t-right { text-align: right; }
.t-center { text-align: center; }

.active-people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
}
img.circle {
    border-radius: 10%;
}
.active-people img {
    width: 250px;
    max-height: 250px;
}

.active-people div {
    width: 270px;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5em;
}

.active-named div {

}

.studyName {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

a.nounderline {
    text-decoration: none; 
    color: #000;
}

article header.entry-header {
    text-align: center;
}

.entry-header img {
    margin-left: auto;
    margin-right: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}
