.container{
    background-color: white;
}

.content{
    position: absolute;
    top: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5vh;
    height: 80vh;
    width: 100%;
}

.title{
    width: 55%;
}

.potes{
    width: 80%;
}

.logo-danone{
/*    position: absolute;*/
    width: 22%;
/*    bottom: -8.5%;*/
    left: 23.5%;
}

.text-description{
    width: 84%;
    text-align: center;
    color: #19459d;
    font-size: 1.2vh;
    left: 9%;
    top: 64%;
    font-family: GothamLight;
}

.text-description b{
    font-family: GothamBold;
}

.header-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.start-message{
/*    position: absolute;*/
    width: 100%;
    text-align: center;
/*    bottom: 8%;*/
    color: #19459d;
    font-family: 'GothamBold';
    font-size: 1vh;
}

.footer-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}