body {
	background-color: black;
	margin: 0 auto;
}
canvas {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin: 0;
}
.css_footer_text {
	text-align: left;
	position: relative;
	color: white;
	z-index: 1000;
	top: 98vh;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}