body{
  height: 100vh;
  margin: 0;
  /* background-color: black; */
  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;
}

.visible {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#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;
}