/* Background animation styles */
#background-ascii {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: -1 !important;
  opacity: 0.15 !important;
  pointer-events: none !important;
}

/* Ensure main content has proper positioning */
body {
  position: relative;
}

/* Make sure content is above the animation */
.quarto-container,
main,
article {
  position: relative;
  z-index: 1;
}