.page-header{
    text-align: center;
    margin: 30px;
    color: white;
}
.bio{
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 6%;
}
.bio-text{
    max-width: 400px;
    color: white;
    max-height: 600px;
}
.bio-img{
    max-height: 600px;  
    border-radius: 20px;
}
.team{
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 2%;
    width: 100%;
}
@media (max-width: 800px) {
    .team{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .bio{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
.red-text{
    color: #fedba5;
    margin-top: -20px;
    font-weight: bold;
}
.team-person{
    
}
.team-name{
    color: white;
    font-size: 11pt;
}
.team-pic{
    max-height: 200px;
    border-radius: 20px;
}