* {
	margin: 0;
	padding: 0;
}

html {
	/* height: calc(100% + 1px); */
	height: 100%;
}

body {
    background-color: #ffffff;
	font-family: Arial;
	font-size: 14px;
}

canvas {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
}

#phaser-wrapper {
	max-width: 1136px;
	max-height: 100vh;
	height: auto !important;
	padding: 0;
}

#phaser-wrapper.android {
	max-height: 86vh;
}

@media only screen and (min-device-width: 480px){
	#phaser-wrapper {
		height: auto !important;
		margin: 0 auto;
	}
}
