@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}

#particles-js{
  width: 100%;
  height: 100%;
  position:fixed;
  background-color:#000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index:-1;
}