* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", serif;
}

#spline-scene {
  height: 100vh;
  width: 100%;
}

@media (max-width: 560px) {
  #spline-scene {
    height: 92.5vh;
  }
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999;
  background: #f8e5b3;
  position: absolute;
  border-radius: 0.5rem;
  bottom: 1.25rem;
  right: 1.25rem;
  height: 2.5rem;
  /* width: 9.25rem; */
  /* width: 10rem; */
  padding: 2px 12px;
  color: black;
  font-weight: 200;
}
