.network-container {
  position: relative;
  /* background-color: #0a0a0c; */
  background-image:
    linear-gradient(rgba(60, 60, 65, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 60, 65, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  overflow: hidden;
}

.network-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.network-layer svg {
  width: 100%;
  height: 100%;
  display: block;
}

.network-content {
  position: relative;
  z-index: 1;
}
