/* Three.js background layout */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.bg-wrap,
#bg-wrap {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 0;
  pointer-events: auto;
}

.bg-wrap canvas,
#bg-wrap canvas,
#AstralSpace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}

nav,
main,
header,
footer {
  position: relative;
  z-index: 1;
}
