@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
  background-color: #ffff;
  color: #43291f;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
h1 {
  color: #273043;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
a {
  color: #dc322f;
  text-decoration:none
}
a:hover {
  color: #6c71c4;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

p {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

.recommencer {
  color: #dc322f;
}


.carte {
  background-image: url("images/gameover.gif");
}