
body{
  color: white;
  font-family: "Avara";
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;

  text-align: center;
}

#accueil{
  background-image: url("../images/sombre.png");
}

h1{
    color: white;
    font-family: "Avara";
    font-size: 5rem;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 a{
    text-decoration: none;
    color: white;
}


article {
  background-size: cover;
  background-position: center;
  
  display: none;
  position: fixed;
  inset: 0;
  padding: 4em;

}

.visible {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



p{
  max-width: 38em;
  margin: 0;
  text-wrap: balance;
}

p a{
    text-decoration: none;
    color: rgb(153, 219, 172);
}

#game-zone {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#music-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  opacity: 0.7;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}




@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#hopital {
  background-image: url('../images/chambre.png');
  color: black;
  text-align: left;
  align-items: start;
  justify-content: end;
}

#hopital2 {
  justify-content: end;
}