
#ci {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 20px 15px #fff;
    border-radius: 100%;
  }

#tsparticles {
    /*   background; */
    width:100%;
    background-color: black;
    height: 100%;
}

body {
    background-color: black;
    border: 0px;
    margin: 0%;
    padding: 0%;
}

.floating {
    position:static;
    height: 150px;
  }
  
  .floating h1 {
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
  
  }