.caca {
    height: 95vh;
}
.cacaa {
    height: 100vh;
}

.cacaaa {
    height : 190vh;
}

.micheline {
    width: 15vw;
    margin-bottom: 15px;
}

.tombe {
    margin-top : 15px;
    width: 25vw;
}

.purple {
    background-color: rgb(95, 51, 153);
}

.blue {
    background-color: rgb(232, 249, 255);
}

.yellow {
    background-color: rgb(255, 255, 196);
}

.white-text {
    color: white;
}

#pipis {
    margin-top: 25px; 
}

@media screen and (max-width: 900px) {
    .micheline {
        width: 50vw;
    }
    .tombe {
        width: 60vw;
    }
    .cacaaa {
        height: auto;
    }
}