#containerTextHome{
    width: 100%;
    background-image: url("../images/backContent.webp");
   

background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
margin-top: -5px;
background-attachment: fixed;
}

#containerTextInner{
    background-color: #ECDAC6 ;
    background-color: white;
    background: rgb(230,216,189);
    background: linear-gradient(164deg, rgba(230,216,189,1) 0%, rgba(230,216,189,0.8) 50%, rgba(208,206,212,0.8) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction:column;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    color: #5E5B5B;
    text-align: justify;
    text-justify: inter-word;
    margin: auto;  
}
#containerTextInner h1{
    font-family: 'Sacramento', cursive;
color: #532539;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 50px;
font-weight: bold;


}

@media screen and (max-width:520px){
    #containerTextInner{
        width: 80%;
       
    }
}