body {
width:95vw;
height:95vh;
background-color:#E8E8E8;
background-image: url("../img/erreur.png");
background-size: 25%;
background-position:75% 50%;
background-repeat:no-repeat;
}

p {
display:inline-block;
font-family: 'Oxygen', sans-serif;
font-size:28px;
width: 50%;
margin-top:18%;
margin-left:2%;
}

a {
text-decoration:none;
font-family: 'Odibee Sans', cursive;
font-size: 24px;
color:#289CD4;
padding:20px;
background-color:white;
border-radius: 10px;	/*arrondi des boutons*/
box-shadow: 5px 5px 0px #aaa;	/*ombre boutons*/
}

.survol { /*class qui apparaît au survol du bouton*/
box-shadow:10px 10px 0px #616161;
padding:25px;
}

.survol2 {/* class qui apparaît lorsque la souris sort du bouton*/
box-shadow:5px 5px 0px #aaa;
padding:20px;
}

div.bouton {
position: absolute; /* le bloc se positionnera en haut à gauche de la page car il n'a pas de bloc parent */
bottom: 5%; /* avec cette propriété, le bloc se placera tout en bas à gauche de la page */
width:100%;
display:flex;
justify-content: center;
}
