@import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');
html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;

}
a[href$=".pdf"]{
  color: pink;
}
a{
  color: #256D7B;
  text-decoration: none;
  transition: all ease .5s;

}
a:hover{
  color: #c55;
  text-decoration: underline;
  transition: all ease .5s;
}
a:hover:after{
  content:"💫";
}
h1{
  font-size: calc(3rem + 5vw);
}
#bloque{
  margin: 5rem;
  padding: 1rem;
  background: rgba(255,255,255,.2);
  border-radius: 1rem;
  box-shadow: 0 0 5px white;
}
.xmas {
  font-family: "Creepster", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 200%;
}
.ajuste{
  font-size: 120%;
}

}
/*
canvas {
  display: block;
}
*/
