﻿html,
body {
  
  /*Fallback if gradeints don't work */
  background: #4582b1 ;

}



canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 300px;

	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
