body {
	margin: 0;
	background-color: #000000;
	max-height: 100vh;
}

canvas {
  width: 100%;
	height: 100%;
}

nav {
	position: absolute !important;
}

div a {
	color: #999;
}

div a:hover {
	color: #666666;
	text-decoration: none;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

nav label {
	color: #999999;
	cursor: pointer;
}

nav label:hover {
	color: #666666;
	text-decoration: none;
}
