/* 
.member{
 font-size:110%;
 margin-top: 50px;
 margin-bottom: 50px;
 margin-left: auto;
  margin-right: auto;
  max-width:1000px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7em;
  color: black
 }
 
.person1{
display: flex;
  justify-content: center;
  margin:  0 auto;
  margin-top: 40px;
}

.per1im{
margin-right: 4rem;
}

.person2{
display: flex;
  justify-content: center;
  margin:  0 auto;
  margin-top: 40px;
}

.per2im{
margin-right: 4rem;
}


.person3{
display: flex;
  justify-content: center;
  margin:  0 auto;
  margin-top: 40px;
}

.per3im{
margin-right: 4rem;
} */


.past-members {
  font-family: Arial, sans-serif;
}
.past-members .h2 {
  border-bottom: 2px solid navy;
  padding-bottom: 5px;
}
.past-members .year {
  border-bottom: 2px solid navy;
  font-size: 1em;
  font-weight: bold;
  color: navy;
  margin-top: 20px;
}
.past-members .member {
  margin-left: 20px;
}
