.menu-screen {
  position: fixed;
  inset: 0;
  background: url("../assets/ui/menu_background.png") center / cover no-repeat;
  display: flex;
  justify-content: center;
  padding-left: 5%;
  align-items: center;
}




/* CONTENEUR TEXTE */
.menu-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

/* BOUTONS TEXTE */
.menu-btn {
  background: none;
  color: #FFDF7E;
  font-size: 50px;
  font-family: "VCR", monospace;
  letter-spacing: 3px;
  cursor: pointer;
  text-align: left;

  
}

/* HOVER minimal et cinématographique */
.menu-btn:hover {
  opacity: 1;
  transform: translateY(-6px);
}

/* PLAY PLUS VISIBLE */
.menu-btn.play {
  font-size: 44px;
  margin-top: 20px;
}
