
 href{
    text-decoration:none; 
  }

  *{
    margin:0 auto;
    padding:0;
  }
  
  body{
    background-color: #706f6f;
    font-family: 'Roboto Slab', serif;
  }
  h1{
    color:white;
    font-size:400%;
    text-align:center;
    margin-bottom:2%;
  }
  h2{
    color:white;
    font-size:250%;
    text-align:center;
    margin-bottom:2%;
  }
  p{
      color:white;
    font-size:200%;
    text-align:center;
    
  }
  input{
    position:relative;
    left:39%;
    padding:1%;
    border-radius:8px;
  }
  #comienzo{
    padding-top: 6%;
  padding-bottom: 3%;
  }
  
  #home{
    height:650px;
    }
   #home1{
      background-color:#e5a846;
    
  
   }
   #home2{
      background-color: #706f6f;
     height:700px;
   
      
   }
    #home2 {
  padding:7%;
   
      
   }
  
  #home2 .mujer img{
    position:absolute;
    bottom:3%;
    left:10%;
    width: 20%;
  }
  #home2 .hombre img{
    position:absolute;
    bottom:3%;
    left:70%;
    width: 20%;
  }
  label{
    color:white;
    font-size: 160%;
  }
   
   #introduccion{
     background-color: #706f6f;
     height:1800px;
   }
   
   #jugar{
      background-color:#b2b2b2;
     height:700px;
     
   }
   img{ 
     width: 100%;
   }
  
  
  
  .eleccion{
     margin-left:36%;
     padding-top:5%;
  }
  
  .texto{
  text-align: center;
  margin-top:4%;
   }
  
  .botones{
    text-align: center;
  }
  
  button{
    font-family: 'Roboto Slab', serif;
    color:white;
    font-size:100%;
    width: 9%;
    height:5%;
    border-radius: 20px;
    background-color:#a5a4a4;
  }
  button:hover{
  background-color:#f0b75b;
  }
  
  .retirada{
    margin-left:15%;
  }
  a{
    color:white;
    text-decoration:none;
  }