.nopadding
{
	padding: 0 !important;
}
body
{
	background-size:100% 100%;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	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;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

.arithmatics
{
	text-align:center;
	font-size:3vw;
	font-weight:bold;
}

.images
{
	margin-top:2vh;
}

.questionDiv
{
	height:10vh;
}

.options
{
	
    background-color: white;
    margin: 1%;
    border-radius: 15%;
    margin-top: 5vh;
    width: 9vw;
    height: 10vh;
}
