h1,h2,h3,h4,h5,h6{
	color: #fff;
	text-align: center;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 45px;
}
h3 {
	font-family: 'Nunito Sans', sans-serif;
}
html, body{
  min-height: 100%;
  margin:0px;
  padding: 0px;
}
#particles-js{
  min-width: 100%;
  min-height: 100%;
  background: #3a6073;
background: -moz-linear-gradient(top, #3a6073 0%, #16222a 100%);
background: -webkit-linear-gradient(top, #3a6073 0%,#16222a 100%);
background: linear-gradient(to bottom, #3a6073 0%,#16222a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6073', endColorstr='#16222a',GradientType=0 );
}
#content {
position: absolute;
top: 40%;
right: 0;
left: 0;