#background, #stars {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999; 
}

#background {
  background: radial-gradient(at bottom right, #32577a 25%, #05363b 55%, #000000 90%); 
}
