body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	user-select: none;
	overflow: hidden;
}
.levelClass
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:40vh;
}
.shopText
{
	color:blue;
	text-align:center;
	margin-top:15vh;
	font-size:2vw;
}
#levelDiv,#inShopLevelDiv
{
	margin-top:16vh;
}
#inShopLevelDiv
{
	display:none;
}
