body {
  width: 100vw;
  height: 100vh;
  color: white;
  margin: 0;
}

h1 {
  font-family: sans-serif;
  margin: 15px;
}

#stars-bg {
  background: url('https://cdn.infinitefleet.com/space_large.jpg');
  background: url('https://cdn.infinitefleet.com/space_large.webp');
  background-size: cover;
  position:absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.page {
  position: absolute;
}

.stars {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#stars-canvas {
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}