html{
	user-select: none;
	overflow: hidden;
	font-family: courier;
}
body{
	margin: 0;
	padding: 0;
	background: #000;
}