@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1200px;
}

.pt-24 {
  padding-top: 6rem; /* Maggiore spazio dall'alto */
}

.tab-content {
  display: none;
}

.text-yellow-my {
  color: #f4cf68; /* Giallo più chiaro */
}

.bg-yellow-my {
  background-color: #f4cf68;
}

.btn-yellow {
  display: inline-block;
  padding: 10px 15px;
  color: #262626;
  font-size: 14px;
}

.accordion-button {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #e5e7eb;
}

.accordion-content {
  display: none;
  padding-bottom: 100px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 15%;
  background-color: white;
}

.gallery {
  display: flex;
  gap: 15px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-button {
  background: #262626;
  padding: 10px 20px;
  margin: 5px;
}

.footer-text {
  letter-spacing: 4vw;
}
