.network-background {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.app-shell {
  z-index: 1;
}

@media (max-width: 900px) {
  .app-shell {
    position: relative;
  }
}
