body, html {
	height : 100%;
	margin:0;
	padding: 0;
	font-family: verdana;
	color: white;
}

#navbar{
	width:150px;
	height: 150px;
	top:0px;
	right:200px;
	background-color: white;
	position:absolute;
	
}
#fullpage
{
	height : 100vh;
	overflow: hidden;
}

#fullpage section
{
	height: 100vh;
}
#fullpage section h1
{
	margin:0;
	padding: 0;
	text-align: center;
	line-height: 10vh;
	font-size: 3em;
}
#fullpage section:nth-child(1)
{
	background: black;
}
#fullpage section:nth-child(2)
{
	background: black;
}
#fullpage section:nth-child(3)
{
	background: white;
}
#fullpage section:nth-child(4)
{
	background: black;
}
#fullpage section:nth-child(5)
{
	background: black;
}



canvas {
	background: black;
	width:100%;
	height:100%;
}