.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:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	

#questionDiv
{
	border: 2px solid black;
    border-radius: 2vh;
    text-align: center;
    color: black;
    font-size: 3vw;
    height: 20vh;
    line-height: 18vh;
    background-color:#c2e2be;
}
.options
{
	border: 2px solid black;
    border-radius: 2vh;
    text-align: center;
    color: black;
    font-size: 2.2vw;
    margin-top: 5vh;
    height: 18vh;
    background-color: #e8f7f7;;
}

#gameOverDiv
{
	text-align: center;
    color: black;
    font-size: 5vw;
    margin-top: 5vh;
}
.sentences
{
	margin-top:2vh;
}

