# Empty CSS file for your own CSS
html {
  height: 100%;
}

body {
	background-color:#395c6b;
  height: 100%;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 200;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

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

.powered {
  color: #fff;
  width: 297px;
  display: inline-block;
  text-align: center;
  font-size: .8em;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #363a43;
	color: white;
	text-align: center;
	padding: 5px;
}
