.page-content {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-bottom: 2em;
}

.page-content h2 {
    font-weight: 500;
    letter-spacing: -0.025em;
    margin: 0;
    padding: 0.5em 0 0 0;
}

.page-content p {
    margin: 0 0 0.5em 0;
}

.page-content .link-button-container {
    margin: 2em 0 1em 0;
    text-align: center;
}

.page-content a.link-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #2564eb;
    padding: 0.25em 2em;
    cursor: pointer;
    transition: filter 0.1s;
    border-radius: 5px;
}

.page-content a.link-button:hover {
    filter: brightness(110%) saturate(110%);
}

.page-content a.link-button:active {
    filter: brightness(90%) saturate(100%);
}

.page-content .people {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1em;
    column-gap: 1em;
    justify-content: space-around;
    align-items: center;
}

.page-content .people .person {
    width: 10em;
    margin-top: 2em;
}

.page-content .people .person .image-container {
    background-color: #a0a7af;
    width: 10em;
    height: 10em;
    overflow: hidden;
    border-radius: 1em;
}

.page-content .people .person .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-content .people .person .name {
    font-family: serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-align: center;
    font-size: 1.5em;
    line-height: 0.75em;
    margin-top: 0.5em;
}

.page-content .people .person .title {
    text-align: center;
    letter-spacing: 1em;
    letter-spacing: 0.14em;
}

.footer {
    width: 100%;
    background-color: #030509;
    color: #fff;
    margin-top: 2em;
}

.footer .footer-content {
    max-width: 1000px;
    margin: auto;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer .footer-content .half {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    text-align: center;
}

.footer a {
    color: #b3ccff;
}

.footer a:visited {
    color: #7f96c6;
}
