#age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.age-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  color: #fff;
  font-family: Arial, sans-serif;
}

.age-box p {
  font-size: 17px;
  text-transform: capitalize;
}

.age-box h2 {
  margin-bottom: 15px;
}

.age-buttons {
  margin-top: 20px;
}

.age-buttons button {
  padding: 12px 20px;
  margin: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

/* #age-yes {
  background: #28a745;
  color: #fff;
}

#age-no {
  background: #dc3545;
  color: #fff;
} */
