body {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  transition: all 1s;
  background-color: #090524;
}
body.white {
  background-color: #cce2ff;
}

body video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  mix-blend-mode: screen;
  pointer-events: none;
}
.custom-text {
  background: radial-gradient(
    172.49% 102.14% at 0% 41.39%,
    #0d8de7 0%,
    #090524 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#app {
  display: flex;
  flex-direction: column;
  position: relative;
}


@media screen and (max-width: 1024px) {
 
}
