body {
  overflow-x: hidden;
}

.wrapper {
  height: 100vh;
}

.panel {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  transform-origin: center center;
}

.spline-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.spline-container iframe {
  border: none;
  width: 100%;
  height: 100%;
}
