/* body{
    margin: 5em;
    align-items: center;
    text-align: center;
    background-color: white;
} 
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);


h1{
  display: block;
  position: relative;
  overflow: hidden; 
  margin: 0 auto;
  background: white;
}


img {
    max-width: 75%;
    height: auto;
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8em;
    text-shadow: 3px 3px 6px #000000;
    text-decoration: none;
}
 
 body {
    background: hsla(0, 0%, 0%, .9); 
    margin: 5em;
    /*align-items: center;
    text-align: center;
    background-color: white;
    user-select: none;
  }
  */

  body {
    font-family: 'Share Tech', sans-serif;
    color: white;
    
    jsutify-content: center;
    align-items: center;
    user-select: none;
    margin: 0;
    width: 100vw;
    height: 100vh;
    text-shadow: 3px 3px 5px #0000008c;
    background-color: #343a40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
    }
  
  img {
    max-width: 20%;
    margin: 2em;
    height: auto;
    padding: 1em;
    align-items: start;
    text-align: start;
    background-image: radial-gradient(white 35%, transparent, transparent);
    border-radius: 20%;
}

  h1 {
    color: hsla(0, 0%, 0%, .9);
    font: normal 140px Varela Round, sans-serif;
    height: 140px;
    left: 0;
    letter-spacing: 5px;
    margin: -80px 0 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 55%;
    width: 100%; 
  }

  .btnFacturacion{
    margin-top: 5em;
    margin-left: 40%;
    max-width: max-content;
    height: auto;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border: 3px solid #007bff;
    border-radius: 10px;
    color: #007bff;
    background-color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out;
    box-shadow: 5px 5px 5px #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btnFacturacion:hover, .btnFacturacion:active, .btnFacturacion:focus {
    color: #fff;
    background-color: #007bff;
  }

  .btnFacturacion:active{
    box-shadow: 0 0 5px #000;
    transform: translateY(4px);
  }
 .botones{
  display: flex;
 }

 .botones > div {
  margin: 2em;
  margin-top: 5em;
 }

 .botones > div#amores{
  margin-left: 30%;
 }

 footer{
  color: #fff;
  bottom: 0;
  position: absolute;
  align-content: center;
  text-align: center;
  align-items: center;
  background-color: #211f22;
  width: 100%;
  margin-left: 0;
 }

 footer > a{
  text-decoration: none;
  color: #fff;
  align-content: center;
  text-align: center;
  align-items: center;
 }