.helen-section{
    margin-top: 100px;

}

.helen-title-container{
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
    margin-bottom: 100px;

}

h3{
    text-align: center;
    margin: 50px;
    
    font-size: 4em;
    font-family: var(--font-embed);
    color: rgb(133, 82, 143);
    margin: auto;
}

#helen-title{
    margin-top: -40px; 
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
    background-image: linear-gradient(to right,var(--light-red-glass),var(--light-pink-glass));
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 15px 15px 5px 15px
    
}

.conteinar-content-1{
    
 height: fit-content;
 max-width: 80%;
 margin: auto;
 margin-bottom: 200px;
    

}


.Content-1{
    
    margin: auto;
    height: fit-content;
    align-items: center;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
    
}

.foto-helen{
    height: 340px;
    width: 340px;
    background-image: url(../img/helen-colorida.jpeg);
    border: 1px solid var(--light-pink);
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    display: flex;
    margin:20px;
    box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.438);
}

.informacao-helen{
    height: fit-content;
    width: 900px;
    margin: auto;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right,var(--light-red-glass),var(--light-pink-glass));
    border-radius: 5px;
    padding: 20px 20px;
    font-size: 1.4em;
    font-family: var(--font-embed);
    color: rgb(88, 54, 97);
    text-shadow: 5px solid #000000;
    text-align: center;
    line-height: 1.4;
    margin:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.685);
      
}

/* #texto-01{
    margin: auto 10px;
    
} */



.arco-iris{
    width: 150px;
    height: 150px;
    margin: 0 20px;
    margin-top: 0px;
    background-image: url(../img/iris-1.png);
    background-position: center;
    background-size: cover;
    bottom:0;
    left: 0;
    position:relative;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1068px){

    h3{
        text-align: center;
        margin: 50px;

        font-size: 3em;
        font-family: var(--font-embed);
        color: rgb(133, 82, 143);
        margin: auto;
    }

    
    
    
    .conteinar-content-1{
        height:fit-content;
        max-width: 90%;
        margin: auto;
        margin-bottom: 150px;
    }
    
    .Content-1{
        height: fit-content;
    }

    
    
    .informacao-helen{
        font-size: 1.3em;
        margin-top: 40px;
        margin-bottom: 40px;
        height: fit-content;
        width: fit-content;

    }

    .foto-helen{
        height: 350px;
        width: 350px;    

}

    .arco-iris{
        margin-top: 0px;
        width: 150px;
        height: 150px;
    }


}


