  body{
       margin: 0;
    padding: 0;
    height: 100vh; /* Ocupa todo el alto de la viewport */
    background-image: url("ima12.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: flex-end;
    font-family: "Telex", sans-serif;
  }
  .img{
    width: 15vw;
    height: 20vh;
    margin-left: 42.5vw;
  }
  .boton{
    color: black;
    width: 15vw;
    height: 5vh;
    margin-left: 42.5vw;
    align-items: center;
    font-size: 100%;
    text-align: center;
    padding-bottom: 7px;
   background: linear-gradient(to right, #FFD700, #F28B82);
    border-style:none;
    border-color: rgba(149, 138, 17, 0.804);
    border-radius:50px;
  }
  .relleno{
    background-color: rgb(76, 76, 98);
    padding: auto;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  button:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding-right: 4px;
  }
  .padre{
    height: 100vh;
    display: grid;
    grid-template-rows: auto auto 12% 15%;
  }
.links{
       background-color: rgb(104, 104, 132);
    align-items: center;
    text-align:center;
    text-wrap: wrap;
  }
  label{
    color: white;
    font-size: 1rem;
  }
  .linkimg{
    cursor: pointer;
    width: 6dvh;
    height: 6dvh%;
    margin-left: 3%;
    display: flexbox;
  }
  #faster{
    cursor:auto;
    margin-left: 0%;
  }
@media (max-width:478px){
  label{ font-size: 1rem;}
    .linkimg{
      height : 5dvh;
            width : 5dwh;
    }
  .img{
    width: 25dvw;
    height: 20dvh;
    margin-left: 37dvw;
  }
}
@media (max-width:540px){
  .img{
    width: 25dvw;
    height: 20dvh;
    margin-left: 37dvw;
  }
  .linkimg{height : 6dvh;
          width : 6dvh;}
    .boton{width: 30%;
              margin-left: 35%;}
 .padre {grid-template-rows: auto auto 8% 8%;}
}
@media (max-width:350px){
  .boton{
    width:30dvw;
    height: 5dvh;
  }
  .img{
  width: 30dvw;
    height: 15dvh;
    margin-left: 35dvw;
  }
  label{ font-size: 1rem;}
  .linkimg{height : 4dvh;
          width : 10dvw;}
   .padre {grid-template-rows: auto auto 7% 7%;}
}