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


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

.kiss_profiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers rows if they don't fill all the way */
    gap: 20px; /* space between profiles */
    margin: 20px auto;
    max-width: 1200px; /* optional: contain overall width */
}

.kiss_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
}

.kiss_shift {
    color: white;
}