.creator-grid{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.creator-card{
    width: 250px;
    height: 350px;
    margin: 15px;
    background: var(--clr-surface);
    box-shadow: var(--shadow-inset);
    border-radius: 16px;
    /* background: var(--clr---clr-pink-surface);
    border-radius: 16px;
    box-shadow: var(--shadow-dark), var(--shadow-light); */
}

.creator-thumb{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.creator-thumb img {
    width: 200px;
    height: 300px;
    object-fit: contain;
    margin: 0;
}

.creator-name{
    font-size: 20px;
}