body{
    width: 100%;
    height: 100%;
}

.feuille {
    background-color: #FBDFB7;
    width: 80%;
    min-width: 500px;
    max-width: 1000px;
    min-height: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-bottom: 20px;
    border-radius: 10px;
    
}

.delimitation {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

#pickaxe {
    display: block;
    margin-left: 35%;
    margin-right: 45%;
    transform: rotate(180deg) scale(50%);

    border: solid;
    border-radius: 360px;

    padding: 30px;
}

.headers{
    margin: 0%;
    margin-top: 0%;
    margin-bottom: 75px;
}

.headers h1{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2{
    
    font-size: 40px;
    text-align: center;
    opacity: 0.7;
    font-style: italic;
    margin-bottom: 100px;
}

.texte {
    padding: 1em;
    text-align: justify;
    font-size: 30px;
    
    line-height: 1.5em;
    background-color:rgba(253, 210, 155, 0.8);
    border-radius: 10px 10px 10px 10px;

}