    body{
          background-color: #000 !important;
      }
      a{
          text-decoration: none;
      }
      .titulo{
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-align: center;
      }
         .titulo2{
          color: #e0af49;
          font-size: 28px;
          font-weight: bold;
             text-align: center;
      }
      .boton{
          background-color: #e0af49;
          color: #000;
          border-radius: 20px;
          text-align: center;
          padding-left: 30px;
          padding-right: 30px;
          font-weight: bold;
      }
          .boton:hover{
          background-color: #fff;
          color: #000;
          border-radius: 20px;
          text-align: center;
          padding-left: 30px;
          padding-right: 30px;
          font-weight: bold;
      }
      h1{
          color: #fff;
          font-weight: 400;
          font-size: 24px;
          text-align: center;
          text-decoration: none !important;
          
      }
         h1:hover{
          color: #e0af49;
          font-weight: 400;
          font-size: 24px;
          text-align: center;
             text-decoration: none;
          
      }
      h2{
          color: #000;
          font-weight: 400;
          font-size: 24px;
          text-align: center;
          text-decoration: none !important;
          
      }
         h2:hover{
          color: #e0af49;
          font-weight: 400;
          font-size: 24px;
          text-align: center;
             text-decoration: none;
          
      }
        .contador{
            color: #000;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
    
        }
         .pregunta{
            color: #000;
            font-weight: 400;
            font-size: 18px;
             text-align: center;
    
        }
        .pt-img{
            width: 70px;
            height: 70px;
    
        } 

.input{
        height: 50px;
    width: 30%;
    border-radius: 9px;
}


input::placeholder {
  color: #000; /* Cambia el color del texto a rojo */
  font-style: italic; /* Aplica estilo itálico */
  font-size: 16px; /* Define el tamaño de fuente */
}