body,#showPerimeterImg,#questionsImg,#Instruction,#questionsOuterDiv,#questionsText
{
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
overflow:hidden;
user-select:none;
}
#logoid
{
	margin-top:1.2vh;
}
@media only screen and (max-height: 1080px) {
.quetions1{
	height:7.5vh;
}
}
@media only screen and (max-width: 1920px) {
.quetions1{
	width:4.5vw;
}
}
@media only screen and (max-height: 768px) {
.quetions1{
	height:8vh;
}
}
@media only screen and (max-width: 1366px) {
.quetions1{
	width:4.5vw;
}
}
.blink_me{
    animation: blinker 1s linear infinite;
    
  }
  @keyframes blinker {  
    50% { opacity: 0.5; }
  }

.quetions
{
background-repeat: no-repeat;
background-position:center;
background-size:auto;
overflow:hidden;
user-select:none;
}

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.quetions
{
border:1px solid gray;
display:flex;
justify-content:center;
align-items:center;
}
#questionsOuterDiv
{
	margin-left:1vw;
	margin-top:-11vh;
	height:96vh;
	width:59vw;
}
#questions
{
	margin-top:9.5vh;
	margin-left:6.5vw;
}
#showPerimeterImg
{
	margin-left:-8.5vw;
}
#showPerimeter2
{
	font-size:2vw;
	font-weight:bold;
	color:white;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	margin-top:23vh;
}
#showPerimeter1
{
	font-size:2vw;
	font-weight:bold;
	color:white;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
	margin-top:33vh;
	margin-left:3vw;
}
#Instruction
{
	height: 60vh;
	margin-top:10vh;
	font-size: 2vw;
	font-weight:bold;
    color: white;
    padding: 5% !important;
	/*box-shadow: 5px 10px rgb(169, 241, 183);
	background-color:white;*/
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#MainDiv,#Instructionpage
{
	display: none;
}
#showPerimeterImg
{
	margin-top:28vh;
}
#Question
{
	margin-top:10vh;
}
#showPerimeterImg,#questionsImg
{
	height:15vh;
	width:8vw;
}
.cl
{
	margin-top:6vh;
	margin-left:2vw;
}
#questionsText
{
	margin-left:2vw;
	height:15vh;
}
#questionsImg
{
	margin-left:6.5vw;
	margin-top:5vh;
}
#questionsText,#questionsImg
{
color:white;
font-size: 3vw;
font-weight: bold;
display:flex;
justify-content:center;
align-items:center;

}
.nopadding
{
	padding:0px !important;
}
.pos
{
	position: fixed;
	bottom : 0;
}

.displaynumbers
{
	margin-left:1vw;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#acknowledgementDiv {
    visibility: hidden;
    margin-top: 3vh;
  }
#gameOver {
  text-align: center;
  color: white;
  font-size: 5vw;
  font-weight: bold;
   display: flex;
   height:20vh;
    justify-content:center;
    align-items: center;
}
#acknowledgementDiv {
  margin-top: 4vh;
    font-weight: bold;
	font-size:1.5vw;
	color:white;
   height:35vh;
   display:grid;
    justify-content:center;
    align-items: center;
	text-align:center;
}
