body {
  background-color: black;
  overflow: hidden;
}

#star-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

#star-container .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
}