/**
 * @file
 * Styles for the SVG container.
 */

#svg-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
