body
{
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
overflow:hidden;
user-select:none;
}
#soundbtnid
{
	margin-top:3vh;
}
#resetbtnid
{
	margin-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;
}
#instruction
{
	height: 40vh;
	margin-top:10vh;
	margin-left:2vw;
	background-color:white;
	font-size: 2vw;
	font-weight:bold;
    color: black;
    padding: 3% !important;
	box-shadow: 5px 10px rgb(169, 241, 183);
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#table
{
	margin-top: 1vh;
}
#questions
{
	margin-top:4.5vh;
	margin-left: 3vw;
} 
#timerDiv
{
	background-color:white;
	height:10vh;
	color:black;
	font-size: 2vw;
	border:1px solid black;
	box-shadow: inset 0 0 15px black;
	border-radius:1vw;
	display: flex;
    justify-content: center;
    align-items: center;
} 
#endpage
{
	display:none;
}
#numberpad
{
	margin-top:26vh;
	background-color:white;
	font-size: 2.5vw;
	font-weight:bold;
    color: black;
    height: 20vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	box-shadow: 5px 10px rgb(169, 241, 183);
} 
.quetions
{
color:black;
font-size: 1.8vw;
font-weight: bold;
border:0.5px solid gray;
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;
}
.blink_me
{
    animation:blinker 1s linear infinite;
}
@keyframes blinker
{
    50%
    {
		opacity:0.7;
    }
}
#gameover,#showTime
{
	text-align:center;
	font-size:5.5vw;
	margin-top:7vh;
	color:white;
}