/* Generic Styles */
h2 {
    text-decoration: underline;
    font-size: 30px;
    font-weight: bold;
}


/* Class Styless */
.pageContainer {
    height: 100vh;
    overflow-y: auto;
}

.websiteHeader {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.teamMemberCategory {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.teamMemberList {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
}

.reviewPanelCategory {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.reviewPanelList {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
}

.documentationCategory {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.documentPDFs {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.documentPDFs a {
    margin-right: 20px;
}

.videoLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.videoLinks a {
    margin-right: 20px;
}