@import url("https://fonts.cdnfonts.com/css/geist-mono");


*::-webkit-scrollbar {
  width: 0;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  touch-action: none;
}

.section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.content-fit {
  width: min(1200px, 90vw);
  margin: auto;
  min-height: 100vh;
  position: relative;
  padding-top: 20vh;
}

#banner .title {
  color: #747474;
  font-size: clamp(3em, 10vw, 11em);
  font-family: "Geist Mono";
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 10;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

#banner .title::before {
  content: attr(data-before);
  position: absolute;
  top: 0.5em;
  inset: 0.66em 0 0 0;
  z-index: -1;
  color: rgba(59, 59, 59, 0.7);
}

#container3D {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
}
