/*090020*/

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#090020;
}
/*
body{
  font:normal 75% Arial, Helvetica, sans-serif;
}
*/
canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #090020;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}



/* ---- nav bar container ---- */

#nav {
	color: #ffffff;
	font-size: 28;
	background-color: #090020;
	margin: 0;
	position: absolute;
	top: 95%;
	left: 5%;
}

.nav p {
	color: #090020;
	font-size: 28;
	text-align: left;
}

.nav p:hover {
	background: #ffffff;
	color: #090020;
}


/* ------ description continer ---- */ 
#words {
	color: #ffffff;
	font-size: 28;
	background-color: #090020;
	position: absolute;
	top: 10%;
	left: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	right: auto;
	bottom: auto;
	text-align: right;

}
