* { 
	margin: 0 
}
body { 
	display: flex; 
	align-items: center; 
	justify-content: center 
}
body:not(.fs)::before {
	position: absolute;
	content: "CLICK ME MOTHER FUCKER";
	color: white;
}
canvas { 
	background: black; 
}
