@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  margin: 0;
  padding: 0;
  background: #242424;
  color: #0d0d0d;
  font-family: Helvetica, Arial, sans-serif;
}

a{
  color: #9961f5;
  text-decoration: none;
  transition: all ease 1s;
}

a[href$= ".pdf"]{
  color:mediumpurple ;
}

a:hover{
  color: #c55;
  text-decoration: underline;
  transition: all ease 1s;
}

a:hover:after{
  content:"🪻";
}

h1{
  font-size: calc(3rem + 5vw);
}

#bloque{
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /*mueve a la mitad*/
    width: calc(80% - 4rem);
    padding: 2rem; /*con esto el margen real se agranda 1 por lado*/
    margin: auto;
    background: rgba(255, 255, 255, .95);
    border-radius: 1rem;
    box-shadow: 0 0 30px white;
    z-index: 9999;
}

.xmas {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 200%;
}

.ajuste{
  font-size: 120%;
}
*/
canvas {
  display: block;
}
/*