@font-face {
  font-family: "Aficionado";
  src: url("../fonts/Aficionado-Regular.otf");
}

.text-blanc {
  color: white;
  text-shadow: 2px 2px 3px black;
}

.text-orange {
  color: #fab334;
  text-shadow: 1.5px 1.5px 3px black;
}

.text-rouge {
  color: #cf311f;
  text-shadow: 2px 2px 3px black;
}

.text-vert {
  color: #1bc764;
  text-shadow: 2px 2px 3px black;
}

* {
  text-align: center;
  color: white;
  font-family: "Aficionado";
  letter-spacing: 1px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/fond_bois.png") no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  min-height: 100vh;
}

main {
  max-width: 1250px;
  width: 95%;
  margin: 20px;
  padding: 30px;
  background: rgba(20, 20, 20, 0.8);
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
}

h1 {
  font-size: 36px;
  margin: 20px 0 40px;
}

h2 {
  font-size: 28px;
  margin: 0;
}

h3 {
  font-size: 24px;
  margin: 0 0 30px 0;
}

button {
  border: none;
  cursor: pointer;
}

.error-message {
  color: rgb(244 37 37);
  text-shadow: 1.5px 1.5px 1.5px black;
  -webkit-text-stroke: 0;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 500px) {
  main {
    width: 80%;
  }

  h1 {
    font-size: 24px;
    margin: 15px 0 25px;
  }

  h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }

  h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
