@import url('https://fonts.googleapis.com/css2?family=Coral+Pixels&family=Doto:wght@100..900&family=Imperial+Script&family=Rubik+Dirt&display=swap');

html, body {
  margin: 0;
  padding: 0;
  background: ##A8A29E;
  color: #000;
  font-family: Helvetica, sans-serif;
}

h1{
  font-size: calc(3rem + 5vw);
}


a[href$=".pdf"]{
  color: maroon  ;
}

a{
  color: #00;
  text-decoration: none;
  transition: all ease .5s;
}

a:hover{
  color:#FF0000;
  text-decoration: underline;
  transition: all ease .5s;
}

a:hover:after{
  content:"🫢";
}

#bloque{
  margin: 5rem;
  padding: 1rem;
  background: rgba(255,255,255,.2);
  border-radius: 1rem;
  box-shadow: 0 0 5px ;
  color: 000;
}

.lana {
  font-family: "Imperial Script", system-ui;
  font-weight: 400;
  font-style: normal;
  ;
}


h1{
  font-family: "Imperial Script" , serif;
  font-weight: 400;
  font-style: normal;
}

 span.lana {
  font-family: "Imperial Script" , serif;
  font-weight: 400;
  font-style: normal;
  font-size: 140%;
}

/*
canvas {
  display: block;
}

*/