

  .formulario {
    position: absolute;
    left: 30%;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #59f19de1;
    margin: ;
    padding: 10px;
    border-radius: 10px;       
}

@media screen and (max-width: 768px) {
  .formulario {
      width: 70%;
      position: absolute;
    left: 15%;
        }
}
.formulario h1 {
  color: rgb(52, 25, 204);  
  text-align: center;   
}

.formulario h2 {
  font-size: 20px;
  color: rgb(4, 109, 36);  
  text-align: center;   
}

.regalos  {
  position: absolute;
  left: 2%;
   z-index: -1;
}

.listaordenada h3 {
  margin-top: 40px;
  color: rgb(52, 25, 204);  
  text-align: center;   
}

.botonderecho {
 position: absolute;
 right: 20px;
 width: 150px;
}

.participantes {
    position: relative;
    left: 30%;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #d5f159;
    margin: ;
    padding: 10px;
    border-radius: 10px;      
   }

   .participantes h1 {
    color: white;   
    text-align: center;   
   }

   .participantes h2 {
    text-align: center;   
   }

   .btn-concurso {
    padding: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: rgba(32, 248, 43, 0.808);
    color: rgb(0, 0, 0);
border-radius: 0 10px 0 10px;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  .btn-concurso:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .div-concurso {
    color: black;
  }