@charset "utf-8";
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	background-color: #3F3F3F;
	color: #FFFFFF;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 300px;
	margin-top: -200px;
	margin-left: -150px;
	text-align: center;
}
.stage {
	position:absolute;
	width:100%;
	height:100%;
	/*background-color:#FF0004;*/
	top:0px;
	left:0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}