
.screen-box[data-v-68f3b128] {
  overflow: hidden;
  background-size: 100% 100%;
  background: #03050c;
  /* background: #111226; */
  width: 100vw;
  height: 100vh;
}
.screen-wrapper[data-v-68f3b128] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  position: relative;
  overflow: hidden;
  z-index: 100;
  transform-origin: left top;
}

