.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(The_Last_Of_Us.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;
} 

.backdrop{
    max-width: 64vw;
    padding: 1rem;
    text-align: justify;
}

h1{
    color: #e4dfdf;
    text-align: left;
    margin-left: 4%;
    margin-right: 85%;
    font-size: 61px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h2{
    color: #895953;
    text-align: center;
    margin-right: 65%;
    text-decoration:overline;
}

h4{
    color:#4a623d;
}

a{
    color: #4a623d;
}

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

a:visited{
    color: #738d66;
}

h3{
    text-align: center;
    color: #c6c0c0;
    width: 65%;
}

p{
    text-align: justify;
}