.creator-header {
    background-color: #fcfcfc;
    display: flex;
}

.creator-profile-title {
    display: flex;
    justify-content:center;
    align-items: center;

    flex-direction: column;
}

.creator-profile-resume {
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction: column;
}

.creator-header h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-family: Tenez;
}

.creator-header h2 {
    font-family: "Gotham Light";
    font-size: 2rem!important;
}

.creator-header h3 {
    font-family: Tenez;
    font-size: 2.5rem!important;
}

.creator-header span {
    clear: both;
    display: block;
    font-size: 6rem;
    text-transform:none;
}

.creator-highlight-product {
    margin-top: 60px;
    display: flex;
    justify-content:center;
    align-items: center;
}

.creator-highlight-product-description {
    padding: 60px;
}

.creator-highlight-product-description h2 {
    font-family: Tenez;
    font-size: 4rem!important;
}

.creator-highlight-product-img {
    display: flex;
    align-items: center;
    justify-content:center;
}

.creator-product-carousel-container {
    margin-top: 60px;
    background-color: #EFEFEF;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.creator-carousel-product {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.creator-carousel-product h4 {
    font-family: Tenez;
    font-size: 2.5rem!important;
}

.creator-carousel-product h5 {
    font-size: 1.5rem!important;
}

.creator-carousel-product-title {
    
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    
}

.creator-carousel-product-title h3 { 
font-family: Tenez;
font-size: 4rem!important;
text-align: center;
}

.creator-carousel-product-title a {
    font-size: 1.5rem!important;
    text-decoration: underline;
    color: black;
}