body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}
#playButtonDiv{
	 margin-left: 85vw;
}
.alphabetDiv,#queid
{
  background-repeat: no-repeat;
  background-origin: content-box;
 /*  background-attachment: fixed; */
  background-size:100% 100%;
  color: black;
}
#ansDiv{
	    display: flex;
    justify-content: flex-end;
}
#quePage,.bgbtn,#readWordPage
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size:100% 100%;
  height: 80vh;
}
#quePage
{
  height: 83vh;
  margin-left:5vh;
}
#alphabets{
	margin-top:3vh;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.nopadding
{
	padding:0px !important;
}
#playButtonDiv,#widget{
	position: fixed;
	bottom:11vh;
	Z-index:1;
}
#widget{
	position: fixed;
	bottom:0vh;
	Z-index:1;
}
.marathiWord{
	font-size:4vw;
	text-align:center;
	height: 13vh;
	padding-top:2vh;
}
#nextButtonDiv{
	margin-top:-10vh;
}
#queDiv{
	margin-top:5vh;
}
#soundDiv{
	margin-left:2vw;
}
.alphabetDiv
{
	margin-top:2.3vh;
	height: 14vh;
    width: 9.2vw;
	text-align:center;
	font-size:3vw;
	color:Black;
	background-color: whitesmoke;
    border-radius: 20%;
    box-shadow: 7px 9px black;
	padding-top:1vh;
}
sub{
	font-size:1.8vw;
}
.alphabetCheckBtn{
	margin-top:6vh;
}
#ansImg{
	position: fixed;
}
#ansImgDiv{
	margin-top:7vh;
}
.sub {
  vertical-align: 0;
  position: relative;
  top: 0.8ex; 
  font-size: 80%;
}
.words
{
	height:13vh;
	width:6vw;
	text-align:center;
	font-size:3vw;
	border-radius: 10%;
	color: black;
	padding-top: 1.5vh;
}
#timer{
	height:15vh;
	width:8vw;
	background-color:white;
	margin-top:2vh;
	font-size:5vw;
	text-align:center;
	border-radius:50%
}
.score{
	background-color:white;
	height:15vh;
	margin-top:12vh;
	font-size:4vw;
	text-align:center;
}
.effect{
	animation:ZoomIn ;
}
#progressBarDiv {
  margin-top:6vh; 
  background-color: white;
  border-radius:1vw;
}
#ProgressBar {
 /*  width: 1vw; */
  height: 3vh;
  background-color: green;
  border-radius:1vw;
}
.leveldiv{
	margin-top:20vh;
}
.rhymeStyle{
	height:43vh;
	border-radius:1vw;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size:100% 100%;
	/*  background-color: #49596d; */
}
.rhymeSubDivStyle{
	height:15vh;
    font-size: 4vw;
    text-align: center;
	color:black;
}
#soundDivStyle{
	height:5vh;
}
#rhymingWordDiv{
	margin-top:15vh;
}
#skipButton{
	margin-top:5vh;
}
#gameOver
{
	color: black;
    font-size: 7vw;
	font-weight:bold;
}
#headerId
{
	text-align:center;
}
#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;
}
#finalPage
{
	display:none;
}
.pointer
{
	
}
.words {
    padding-left: 0%;
    padding-right: 0%;
}