#team_schedule {
    display: flex;
    justify-content: center;
/*
    flex-direction: column;
*/
    gap: 3em;
}

#team_header_row {
    display: flex;
    align-items: center;
}

.reserve_cards {
    max-width: 1625px;
}

#team_main_div {
    justify-content: center;
}

.stat_col {
    gap: 4em;
    display: flex;
    flex-direction: column;
}

.faded {
    opacity: 0.3;
}

.circled {
    background-color: white;
    padding: 0.2em;
    border-radius: 3em;
}
