body {
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  background-color: rgb(24, 24, 24);
  color: rgb(230, 216, 198);
}

#contenitorePopup {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}

.contenuto-popup{
  padding-top: 4px;
}

.testo-popup {
  text-align: justify;
  margin: 0 auto;
}

.titolo-popup {
  text-align: center;
}

/* Media Query per larghezza massima 800px */
@media (max-width: 800px) {
  #contenitorePopup {
      width: 600px;
      font-size: 85%;
  }
}

/* Media Query per iPad Pro */
@media (max-width: 1024px) {
  #contenitorePopup {
      width: 80%;
  }
}

/* Media Query per iPad Mini */
@media (max-width: 768px) {
  #contenitorePopup {
      width: 70%;
  }
  .testo-popup {
      font-size: 16px;
      max-width: 90%;
  }
  .titolo-popup {
      max-width: 90%;
      text-align: center;
  }
}

/* Media Query per iPhone Pro Max */
@media (max-width: 414px) {
  #contenitorePopup {
      width: 90%;
  }
  .testo-popup {
      font-size: 14px;
      max-width: 100%;
  }
  .titolo-popup {
      max-width: 100%;
      text-align: center;
  }
}

/* Media Query per iPhone SE */
@media (max-width: 375px) {
  #contenitorePopup {
      width: 95%;
  }
  .testo-popup {
      font-size: 14px;
      max-width: 100%;
  }
  .titolo-popup {
      max-width: 100%;
      text-align: center;
  }
}

.pulsante-popup {
  color: rgba(23, 23, 22, 0.86);
  text-decoration: none;
  font-size: 20px;
  margin-top: 20px;
}

a {
  color: rgba(255, 136, 0, 0.898);
}

.contup {
  padding-top: 10px;
}

@media only screen and (max-width: 390px) {
  .contenuto-popup {
      max-width: 90%;
  }
}
