* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Arial';
	user-select: none;
}

html,
body {
	background: black;
	vertical-align: baseline;
	height: 120% !important;
	overflow: hidden;
	border: 0;
	outline: 0;
}

.game,
.root {
	width: 100%;
	height: 100%;
}

:-webkit-full-screen body,
:-moz-full-screen body,
:-ms-fullscreen body,
:full-screen body,
:fullscreen body,
:-webkit-full-screen body {
	width: 100vw;
	height: 100vh;
}

#preloader {
	height: 150% !important;
	overflow: hidden;
}

#pixiview {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

canvas {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
	touch-action: none;
}