
    /* Estilo adicional para los botones */
    .button-container1 {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 50px;
    }
    .button1 {
      background-color: #000000; /* color de los botones de descarga*/
      color: white;
      font-size: 18px;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-transform: uppercase;
    }
   
    .button1  {
      margin-right: 10px;
    }
    .neon12 {
        text-align: center;
      text-shadow: 0 0 5px #5ecaeb, 0 0 10px #ff0000, 0 0 15px #ff0000;
    }
    .neon11 {
        text-align: center;
      color: #5ecaeb;
      text-shadow: 0 0 5px #5ecaeb, 0 0 10px #474747;
    }
  
    .question-section {
      margin: 40px auto;
      max-width: 900px;
      color: rgb(255, 255, 255);
    }

    .question-item {
      display: flex;
      align-items: flex-start;
      margin: 20px 0;
      padding: 20px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .question-text {
      flex: 1;
      margin-right: 20px;

    }

    .question-text h3 {
      margin: 0 0 10px;
      font-size: 24px;
    }

    .question-text p {
      margin: 0;
      font-size: 18px;
    }

    .question-image img {
      max-width: 150px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .question-image1 img {
      max-width: 300px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }