html {
	position:fixed;
	overflow:hidden;
	overscroll-behavior:none;
	touch-action:none;
}
body {
	background: black;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	height:100%;
}

audio {
	display: none;
}