.btn{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0.01%;
    bottom: 84%;
}

.icone{
    width: 40%;
    cursor: pointer;
}

body{
    background-image: url(Ellie_Jeu.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: grid;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} 

h1{
    color: #e4dfdf;
    text-align: center;
    padding-right: 7%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 38px;
}

h3{
    color: #ffffff;
    text-align: justify;
    padding-right: 80px;
}

.cadre{
    display: flex;
    justify-content: space-around;
    border: solid #e4dfdf;
    border-radius: 40px;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: transparent ;
    width: 1000px;

}

.texte{
    width: 80%;
}

a{
    color: #4a623d;
}

a:hover{
    background-color: rgb(255, 255, 255);
}

a:visited{
    color: #738d66;
}