.full-page-content-container {
    justify-content: center;
    background-color: var(--light-background-2);
}

#profiles-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5rem 0 2rem 0;
    position: relative;
    max-width: 2000px;
}

.people-card, .alumni-card {
    background: white;
    box-shadow: 0 10px 25px 5px rgba(21, 21, 21,0.25);
    display: inline-block;
    margin: 20px;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
}

.people-card {
    min-height: 300px;
    width: 300px;
}

.alumni-card {
    height: auto;
    min-height: 100px;
    padding-bottom: 0;
    width: 300px;
}
.people-card a{
    color: var(--contrast-color-4);
}
#current-people, #alumni {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#alumni h1 {
    color: var(--dark-gray);
    padding-left: 5rem;
    width: 100%;
}
@media only screen and (min-width: 2000px) {
    #alumni h1{
        text-align: center;
   }
}

.card-topper {
    background-color: var(--contrast-color-1);
    height: 50px;
    position: absolute;
    width: 100%;
}

i {
    color: var(--contrast-color-1);
}

.profile-img-container {
    border-radius: 50%;
    box-shadow: 0 0 0 5px var(--contrast-color-1);
    height: 100px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.profile-img-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.name {
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    text-align: center;
    width: inherit;
}

.people-card h3, .alumni-card h3 {
    letter-spacing: normal;
}

.alumni-card h3 {
    color: white;
}

.titles {
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.titles p {
    font-size: small;
    line-height: normal;
}

.ai-inverse {
    color: var(--contrast-color-1);
}

.ai-orcid-square {
    color: #A6CE39;
}

.bi-2x {
    font-size: 28px; 
    vertical-align: 2px; 
    text-align:center; 
    line-height: 32px; 
    height:32px; 
    margin-left: 8px;
    margin-right: 8px; 
    width: 28px
}
