.dot-field-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.dot-field-container canvas,
.dot-field-container svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dot-field-container svg {
  pointer-events: none;
}

.page-dotfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  height: 100dvh;
}
