p{
    margin: auto;
}
.easteregg {
    display: none;
}
.visible {
    display: unset;
}
.contenue{
    width:70%;
    margin:auto;
    padding-top: 10%;
    padding-bottom: 10%;
}
.contenue img{
    width:80%;
    max-width:1000px;
    border:1rem;
    border-radius:10rem;
    border-color:#F9BA1A;
    margin:auto;
    transition: all ease 0.5s;
}