body {
    background-image: url("./fondo.png");
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

  h1{
    color: yellow;
    font-family: 'Bowlby One SC', cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 70%;
    position: absolute;
    font-size: 8rem;
    /* font-family: 'Orbitron', sans-serif;
    font-family: 'Staatliches', cursive; */
   
  }
  .botonsito1 {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: end;
    width: 99%;
    height: 85%;
    
  }

/* Button */
button {
    padding: 17px 40px;
    border-radius: 50px;
    border: 0;
    font-family: 'Orbitron', sans-serif;
    background-color: yellow;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
   }

   
   button:hover {
    letter-spacing: 3px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 60%, 2%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
   }
   
   button:active {
    letter-spacing: 3px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
   }

   /*Footer*/
.footere {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 99%;
    height: 50%;
    font-weight: 10%;
}

h6 {
  display: center;
  justify-content: center;
  width: 10%;
  height: 20%;
  align-items: center;
  
}