ul {
  list-style-type: none;
  padding-left: 20px;
  
}

li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome\ 6 Free';
  font-size: 10px;
  content: "\f111";
  color: green;
  font-weight: 1000;

}ul li:before {    
    font-family: 'Font Awesome\ 6 Free';
    font-size: 10px;
    content: '\f111';
    margin:0 5px 0 -15px;
    color: #009688;
    font-weight: 1000;
}
#particles-js {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -100;
}
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: -200;
  
}
.toshow
{
    display: none;
}