*
{
    margin: 0;
    padding: 0;
}

body
{
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

#game-content {
	width: 100%;
	height: 100%;
}

#rotateImg
{
	display: none;
	width: 100%;
	height: 100vh;
}