.link:nth-child(1){
    text-decoration: underline;
}

.button{
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 150px;
    /* background-color: aqua; */
    z-index: 0;
    display: flex;
    position: relative;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: anime-arrow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.button img{
    width: 70px;
    height: 70px;
}

#hero{
    height: 100vh;
    /* max-height: max-content; */
    max-width: 100%;
    background-image: url("Images/Pokeball.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100vw;
}

#presentation img{
    width: 25%;
    max-height: max-content;
    position: relative;
    /* background-color: aqua; */
}

p{
    max-width: 70%;
}

h1{
    /* background-color: aqua; */
    max-width: 90%;
}

#presentation{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

/* @media screen and (width <=880px){
   #presentation img{
    min-width: 50%;
   }
} */

/* #cartes{
    margin-left: 50px;
    margin-right: 50px;
} */