#stars {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero {
  position: relative;
  z-index: 1;
  background: transparent;
}

body {
  margin: 0;
  overflow: hidden;
  background: #050812;
}