body {
  background: #52b788; /* Cambiado el color de fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

h1 {
  text-align: center;
  margin-top: 20px;
}

.wrapper {
  background: #f7fff7; /* Cambiado el color de fondo */
  max-width: 40%;
  height: auto;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 15px 25px rgba(0,0,0,0.3);
  padding: 20px;
  margin-top: 20px;
}

form input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

form {
  width: 100%;
}

form label {
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  margin: 15px 0;
  display: inline-block;
}

button {
  background: #3d84a8; /* Cambiado el color de fondo */
  border: none;
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  margin-top: 25px;
  border-radius: 5px;
  font-family: 'Arial', sans-serif;
}

#dayCount {
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 12px;
}

/* Estilos para la información adicional */
#informacionExtra {
  margin-top: 20px;
  text-align: center;
  background: #81C784; /* Cambiado el color de fondo a verde */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#informacionExtra h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  color: #5E50F9; /* Cambiado el color del título */
  margin-bottom: 10px;
}

#informacionExtra p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
