html, body {
	margin: 0;
	padding: 5px;
	background:#edf6f9;
	 font-family: Arial, Helvetica, sans-serif;
	    }

#navContent{
	background:#edf6f9;
margin:auto;	
width:800px;
min-height:1000px;
position:relative;
overflow:hidden;
}

#game1{
margin:auto;
width:800px;
height:800px;
right:0px;
position:absolute;
}

#game2{
margin:auto;	
width:800px;
height:800px;
right:-800px;
position:absolute;
} 

#game2 #topbar {
	display: none;
}


.questionText img {
	height: 120px;
	border: 6px solid #90e0ef;
	border-radius: 10px;
}
 
.questionText{
	text-align: center;
font-size:27px;
color:#457b9d;
}


.questionTextimg {
	text-align: center;
	margin: auto;
}

.questionTextimg img {
	border: 6px solid #90e0ef;
	border-radius: 10px;
	height: 80px;
}

#1.option {
	text-align: center;
}
	
#h_option {
	text-align: center;
	margin: auto;
}
#h_option .option {
	border-radius: 10px;
	text-align: center;
	width:100px;
	float: left;
	margin:15px;
	margin-bottom: 20px;
	font-size:2em;
color:#457b9d; 
padding:5px;
cursor:pointer;
background-color:#fff;
}


.option, .option:enabled {
	border-radius: 10px;
	text-align: center;
	width:90%;
margin:15px;
	margin-bottom: 0px;
font-size:2em;
color:#457b9d; 
padding:5px;
cursor:pointer;
background-color:#fff;
}


.option:hover{
}

.btn  {
	margin: auto;
	align-content: center;
	border-radius: 10px;
	text-align: center;
font-size:40px;
color:#fff; 
padding:14px;
cursor:pointer;
background-color:#ff006e;
	text-align: center;
	align-content: center;
}

.btn a {
	background: #ff006e;
	color:#FFFFFF;
	font-size:40px;
	padding: 10px;
	text-decoration: none;
	font-weight: 800;
	
}
	

 

#topbar{
	text-align: center;
	margin:auto;
	margin-top:10px;
	margin-bottom:5px;
	display: block;
	color:#000;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	width:50%;
	text-transform: uppercase;
}
 
.spacer{
height:30px;
}

 


.feedback1 img {
	height: 200px;
}

.feedback2 img {
	height: 200px;
}

.feedback1{
	position: fixed;
	top:0px;
	right: 0px;
	padding:10px;
	font-size:50px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.feedback2 {
	position: fixed;
	top:0px;
	right: 0px;
	padding:10px;
	font-size:50px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

}

.result {
	text-align: center;
	font-size:25px;
	color: #1a759f;
}
.result p {
	font-size:30px;
	color: #168aad;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.result img {
}



 
 
@media screen and (max-width:800px) {
	#topbar{margin-left:1%;margin-right:1%;	width:96%;}
	#navContent{margin:1%;	width:98%; height: 490px;}
	#game1{margin:1%;	width:98%;}
	#game2{margin:1%;	width:98%;}


}
@media screen and (max-width:460px) {
	.option{width:80%;margin:5%;}
}