@charset "utf-8";
/* CSS Document */
body {
  background-color:#000000;
  text-align: center;
}

* {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-family: Source Code Pro;
  font-size: 1em;
  font-weight: 10;
  letter-spacing: 0.5px;
  text-align: left;
  
}

h2 {
  font-family: Source Code Pro;
  font-size: 4.2em;
  font-weight: 12;
  letter-spacing: 1px;
  text-align: center;
  
}

canvas {
	display : block;
	vertical-align: bottom;
}
#particles-js {
	position: absolute; 
	width: 1511px;
	height: 745px;
	background: #000000;
}

.show {
    opacity: 1;
    bottom: 0;
}