body,.quetions,#ansid,#gameover,#acknowledgementDiv
{
  user-select:none;
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% 100%;
}
#acknowledgementDiv
{
	height:43vh;
	padding-top:5vh;
}
.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;
}
 
#HomeNLogodiv
{
	margin-top:1vh;
} 
#homeid,#kerwordCount
{
	visibility:hidden;
}
#gamepage
{
	display:none;
}
#endpage
{
	display:none;
}
.pos
{
	position: fixed;
	bottom : 0;
}
.quetions
{
	font-size:2.5vw;
	color:black;
	height:15vh;
	margin-top:3vh;
	display: flex;
    align-items: center;
	/* flex-wrap: wrap; */
	justify-content: center; 
	/* margin-left:3.5vw; */
}
.words
{
	font-size:2.5vw;
	color:black;
	margin-left:2vw; 
}
#answerImg
{
	margin-top:6vh;
}
#ansid
{
	height:15vh;
	display: flex;
	align-items: center;
	justify-content: center; 
}
#questions
{
	height:45vh;
}
.fontClass
{
font-size:1.5vw;
margin-top:1.5%;
color:black;
text-align: center;
}
.blink_me
{
     animation:bounceCls 1.5s linear infinite;
} 
@keyframes bounceCls{
 0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0,-4px,0);
} 
}
#gameoverdiv
{
	padding-bottom:2vh;
	padding-top:2vh;
}
#gameover
{
	text-align:center;
	font-size:4.5vw;
	margin-top:3vh;
	color:black;
}