body {
    height: 100%;
}

#PRESENTATION {
    flex-direction: column;
    margin: 100px 0 0 0;
    
}

.tourne {
    margin: 0 0 15px 15px;
    font-size: 35px;
    font-weight: 700;
    transform: translateY(0) translateX(0) rotate(0);
}

#BOX div {
    width: 293px;
    height: 195px;
}

#PDP p {
    width: fit-content;
}

#TXTBOX {
    margin: 0 0 0 0;
    padding: 0 5% 0 5%;
    width: auto;
}

#TXTBOX h1 {
    font-size: 40px;
}

.button {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;

}
