body {
  cursor: url("/./cursors/index/main.png") 11 11, auto;
  background: #000;
}

a[data-astro-cid-lcdefpme] {
  cursor: url("/./cursors/index/active.png") 11 11, default;
}

#bg-shader[data-astro-cid-lcdefpme] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

#quotes[data-astro-cid-lcdefpme] {
  width: 100%;
  display: block;
  font-weight: 100;
  text-align: center;
}
