body{
	background: black;
	margin:0;
	overflow: hidden;
	font-size:0;
}
canvas{
	background: black;
	width: 100vw;
	height: 100vh;
}