#background {
  background: url("../img/galaxyBg.png") no-repeat center center fixed;
  background-size: cover;
  position: fixed;
  width: 100svw;
  height: 100svh;
  z-index: 0;
  overflow: hidden;

  /* animation-name: bg;
  animation-duration: 150s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear; */
}
.myVideo {
  position: absolute;
  object-fit: cover;
  object-position: 50% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100svw;
  min-height: 100svh;
  overflow: clip;
  z-index: 1 !important;
  pointer-events: none;
}

#bgOverlay {
  width: 100svw;
  height: 100vh;
  min-width: 100%;
  min-height: 800px;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 5 !important;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0.5px);
}
