 html, body {
  text-decoration: none;
  text-align: center;
  color: #00AAFF;
  background-color:#000;
  margin: 0;
  height: 100%;
  background: radial-gradient(ellipse at 50% 20%, #0a1a2e 0%, #050810 60%, #020308 100%);
  overflow: hidden;
  font-family: cursive;
  }
  
  #particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
}