body {
  margin: 0;
  background-color: #1a1721;
  color: white;
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
}

.text {
  position: fixed;
  top: 50vh;
  font-family: termina, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8vw;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  z-index: 2;
  color: white;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  z-index: -2;
}

.outline-text {
  color: transparent;
  z-index: 2;
}

.filter-text {
  mix-blend-mode: screen;
  color: #804691;
  z-index: 2;
}

.spacer {
  width: 100%;
  height: 100vh;
  position: relative;
}

.spacer#c3 {
  top: 50vh;
}

.spacer#c2 {
  top: 150vh;
}

.spacer#c1 {
  top: 250vh;
}

.spacer#jump {
  height: 50vh;
  top: 350vh;
}

.spacer#barf {
  height: 50vh;
  top: 100%;
}

#content {
  position: relative;
  width: 100%;
  overflow-x: clip !important;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#images {
  position: relative;
  width: 100%;
  height: 800vh;
  margin: 0 auto;
  z-index: 1;
  margin-top: 320vh;
}

img {
  object-fit: cover;
}

#bus,
#vr {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#bus {
  top: 350vh;
}

#vr {
  bottom: 60vh;
}
