body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}
.nopadding
{
	padding:0px !important;
}
#playButtonDiv,#nextDiv,#widget{
  position: fixed;
  bottom: 0;
}
.level
{
  margin-top: 15vh;
}
#InstructionDesc {
	height: 60vh;
	color: black;
	font-size: 2.2vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size:100% 100%;
}
#instrictionPage{
display:none;
}
#imgDiv1{
  display: flex;
	justify-content: space-evenly;
	margin-top: 10vh;
}
#imgDiv2{
	display: flex;
  justify-content: space-evenly;
  margin-top: 2vh;
}
.imgClass{
	height: 256y8i888-8-vh;
	bottom: 5%;
	position: absolute;
}
#imgDivClass{
	background-attachment: fixed;
	background-size:100% 100%;
	height:32vh;
}
/* game over and credits style*/
#gameOver
{
	color: white;
    font-size: 7vw;
	font-weight:bold;
}
#acknowledgementDiv 
{
	display: block;
}
#finalPage
{
	display:none;
}
#acknowledgementDiv 
{
	display: block;
	margin-top: 2vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
