/* html{
	height:100%;
	background:radial-gradient(circle,#fff,#ccc);
	background:-webkit-radial-gradient(circle,#fff,#ccc);
	background:-o-radial-gradient(circle,#fff,#ccc);
	background:-moz-radial-gradient(circle,#fff,#ccc);
} */
*{
	padding: 0;
	margin: 0;
  }
  
body{
	background: linear-gradient(160deg, #02ccba 0%, #aa7ecd 100%);
	  font-family: 'Montserrat', sans-serif;
	  
	  min-height:100vh;
  }
  
#container{
	width:950px;
	height:600px;
	margin: 10px auto;
	padding:20px;
	border-radius:40px;
	
}
#score{
	width:200px;
	height:40px;
	font-size: 30px;
	float:right;
	/* background-color:#f1ff92; */
	/* color:#888e5f; */
	padding:10px;
	position:left;
	/* right:500px; */
	/* box-shadow:0px 4px 0px 0px #9da853;
	-moz-box-shadow:0px 4px 0px 0px #9da853 ;
	-webkit-box-shadow:0px 4px 0px 0px #9da853;	 */
}

#timeremaining{
	width:200px;
	height:40px;
	font-size: 30px;
	float:right;
	margin-right:80px;
	/* top:495px;
	left:400px; */
	/* background-color:rgba(181,253,36,0.8); */
	padding:10px;
	position:left;
		/* box-shadow:0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 4px   rgba(0,0,0,0.2)  ;
	-webkit-box-shadow:0px 4px  rgba(0,0,0,0.2) ; */
	
	display:none;
	
	
}

#correct{
	/* width:200px; */
	/* height:40px; */
	width:200px;
	height:40px;
	font-size: 30px;
	float:right;
	margin-right:50px;
	/* top:495px;
	left:400px; */
	/* background-color:rgba(181,253,36,0.8); */
	padding:10px;
	position:left;
	/* background-color:#42e252; */
	color:#0dad1d;
	padding:11px;
	display:none;
	
}

#wrong{
	width:200px;
	height:40px;
	font-size: 30px;
	float:right;
	margin-right:50px;
	/* top:495px;
	left:400px; */
	/* background-color:rgba(181,253,36,0.8); */
	padding:10px;
	position:left;
	/* background-color:#42e252; */
	color:#ff2f2f;
	padding:11px;
	display:none;

	
	
}
#question{
	width:800px;
	height:150px;
	margin:100px auto 10px auto;
	background-color:#ffffff;
	font-size:130px;
	text-align:center;
	
	font-family: 'Montserrat', sans-serif;
	color:black;
	box-shadow:0px 4px 0px 0px #535aa8;
	-moz-box-shadow:0px 4px 0px 0px  #535aa8 ;
	-webkit-box-shadow:0px 4px 0px 0px #535aa8;	
	
}
#instruction{
	
	width:500px;
	height:50px;
	/* background-color:#b481d9; */
	margin:10px auto;
	font-size:40px;
	text-align:center;
	line-height:45px;
	
	/* box-shadow:0px 4px 0px 0px #8153a8;
	-moz-box-shadow:0px 4px 0px 0px  #8153a8  ;
	-webkit-box-shadow:0px 4px 0px 0px #8153a8 ;	 */
}
#choices{
	width:750px;
	height:60px;
	
	margin:0px auto 0px auto;
	font-size:40px;
	text-align:center;
	
}

/* 답안선택지 */
.box{
	width:160px;
	height:130px;
	background-color:#fff;
	float:left;
	margin-right:30px;
	border-radius:10px;
	cursor:pointer;
	font-size:80px;
	text-align:center;
	line-height:120px;
	position:relative;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	/* box-shadow:0px 4px rgba(0,0,0.2);
	-moz-box-shadow:0px 4px   rgba(0,0,0.2)  ;
	-webkit-box-shadow:0px 4px  rgba(0,0,0.2) ; */

	font-family: 'Montserrat', sans-serif;

}
#box4{
	
	
	
	margin-right:0px;
}



.box:active,#startreset:active{
	background-color:#9c89f6;
	color:#fff;
	-moz-box-shadow:0px 0px   #6b54d3  ;
	-webkit-box-shadow:0px 0px   #6b54d3   ;
	box-shadow:0px 0px   #6b54d3   ;
	top:4px;
}
#startreset{
	
	width:200px;
	
	text-align:center;
	cursor:pointer;
	padding:20px;
	background-color:rgba(255,255,255,0.5) ;
	border-radius:3px;
	/* position:relative; */
	font-size:30px;
	text-align:center;
	margin:50px auto 20px 20px;
	box-shadow:0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 4px   rgba(0,0,0,0.2)  ;
	-webkit-box-shadow:0px 4px  rgba(0,0,0,0.2) ;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	float:left;

	
}
#gameOver{
	
	/* width:200px; */
	/* height:200px; */
	/* position:left; */
	/* top:495px;
	left:500px; */
	/* font-size:40Px; */
	/* background:linear-gradient(#f3ca6b,#f3706c);
	background:-o-linear-gradient(#f3ca6b,#f3706c);
	background:-ms-linear-gradient(#f3ca6b,#f3706c);
	background:-webkit-linear-gradient(#f3ca6b,#f3706c); */
	/* text-align:center; */
	/* color:#fff; */
	/* text-transform:uppercase; */
	
	/* z-index:2; */
	/* display:none; */
	width:600px;
	height:40px;
	font-size: 40px;
	float:right;
	/* background-color:#f1ff92; */
	/* color:#888e5f; */
	padding:0px;
	position:left;
	margin:50px auto 20px 20px;

}






