.jouer{
display: flex;
justify-content: center;

}

button{
    width: auto;
    height: auto;
    font-size: 10rem;
}

#jouer{
      font-size: calc(1rem);
  transition: all 250ms;
  opacity:0;
  /* animation */
  
}

@keyframes brrr {
  100% { transform: translateX(5px)}
}


.boom #jouer {

 opacity : 100;

}

p{
  font-family: "ouai";
  font-size: 5rem;
}

@font-face {
    font-family: 'ouai';
    font-weight: 50; /* Graisse : regular */
    src: url('font/OUI.woff') format('woff');
}

 