header div,
header nav,
footer {
    filter: invert(100%);
}

body {
    background: url("../img/bg5.png"), rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    height: 97vh;
}

#PRESENTATION {
    display: flex;
    justify-content: space-around;
    margin: 150px 250px 0 0;
}

.tourne {
    height: min-content;
    font-size: 55px;
    font-weight: 700;
    transform: translateY(120px) translateX(75px) rotate(-90deg);
    color: rgb(240, 240, 240);
    background: rgb(0, 0, 0);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#PDP {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#BOX {
    position: relative;
    width: 50%;
    width: auto;
}

#BOX div {
    background-image: url("../img/EvanCheveux3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 587px;
    height: 390px;
}

#PDP p {
    width: fit-content;
}

#CADRE {
    position: absolute;
    top: -3%;
    left: 2%;
    width: 96%;
    height: 106%;
    border: 1px solid gray;
}

#TXTBOX {
    margin: 0 0 0 100px;
    width: 100%;
    height: fit-content;
}

#TXTBOX h1 {
    font-style: italic;
    font-size: 50px;
    font-weight: 400;
}

#TXTBOX p {
    text-align: justify;
}

.button {
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: #101010;
    border-radius: 2em;
    padding: 20px 30px 20px 30px;
    margin-left: 350px;
    display: flex;
    width: fit-content;
}

.button div {
    margin-right: 10px;
}