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: 1.6vw;
	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;
}
#MainDiv
{
	display: none;
}
#questions
{
	margin-top:2vh;
	margin-left:4vw;
} 
#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;
}