#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

model-viewer {
  height: 320px;
  width: 320px;
}

.text-contents {
  /* position: relative; */
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
}

