.millstream_profile_img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 50% / 35%;
    border: 3px solid white;
    display: block;
    margin: 0 auto 8px;
}

.millstream_name {
    font-weight: 600;
    font-size: large;
    margin-top: 6px;
    color: #FF91FF; /* pink */
    text-align: center
}

.millstream_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    width: 22%;
    min-width: 200px;
}

.header_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.day-section:has(.people-divs:empty) {
    display: none;
}
