body
	{
		overflow: hidden;
		-webkit-text-size-adjust: none;
		background: black;
		margin-top: 0;
		margin-bottom: 0;
	}

#phaser-game
	{
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

#rotateImg
	{
		width: 100vw;
		height: 100vh;
	}

	#rotateFather
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}


