html, body{
    margin: 0px;
    padding: 0px;
    background-color: #DDD0C8;
    color: #323232;
    font-family: futura;
}

@font-face {
    font-family: futura;
    src: url(../../Font/FuturaStdBook.otf);
}

/*Structures pages*/
#centre{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#image{
    height: 30vh;
}

#introduction{
    font-size: 18px;
    margin: 10%
 
}

h2{
    font-size: 30px;
}


/*flèches*/

.icon{
    width: 8vw;
    height: 8vw;
}

button{
    background-color: #DDD0C8;
    border: 2px solid #323232;
    border-radius: 12px !important;
    color: #323232;
    padding: 15px 32px;
    margin: 20px !important;
}

/*Crédits*/
p{
    font-size: 18px;
    margin-left: 20%;
    margin-right: 20%;
}