body{
	margin:0px;
	background-color:#fff;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#tablo{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kutu{
	width:0px;
	height:0px;
	line-height:50px;
	text-align:center;
	font-size:25px;
	font-family:Arial;
	color:#333;
	border:0.5px solid #3c4859;
	float:left;
	box-sizing:border-box;
	background-color:#fff;
}
.kutu-9{
	width:0px;
	border:1px solid #3c4859;
	overflow:hidden;
	float:left;
	box-sizing:border-box;
	background-color:#3c4859;
}
#oyun{
	width:0px;
	height:0px;
	text-align:center;
	box-sizing:border-box;
	background-color:#3c4859;
}
#klavye{
	opacity:0.95;
	cursor:pointer;
	display:none;
	left:0;
	top:0;
	position: absolute;
	width:100px;
	height:100px;
	z-index:2;
	background-color:#3c4859;
	color:#fff;
	font-family:Arial;
}
#klavye div{
	width:33.33%;
	height:25%;
	float:left;
	text-align:center;
	box-sizing: border-box;
	border: 1px solid #000;
}
.sil{
	width:100% !important;
}
.koyu{
	background-color:#f1f5f8;	
}
#menu{
	width:100%;
	text-align:center;
	font-family: 'Carter One';
	font-weight:bold;
	margin-bottom:5px;
}
#menu div{
	display:inline-block;
	text-align:center;
	width:25%;
	font-family:tahoma;
	font-size:12px;
	padding:3px;
	border:0px solid #333;
}
#sure{
	float:right;
	background-color:#e6e9ec;
}
#yeni{
	float:left;
	color:#fff;
	background-color:#9facbd;
	border:1px solid #90a0b0;
	cursor:pointer;
}

#seviye{
	background-color:#e6e9ec;
	cursor:pointer;
}
.button{
	position:relative;
	background: linear-gradient(#0facf3, #168cc1);
	width:85%;
	height:5vh;
	line-height:5vh;
	margin:0.5vh;
	padding:2px;
	border-radius: 3.5vh;
	border: 1px solid #0b294c;
	display:inline-block;
	font-family: 'Carter One';
	font-weight:bold;
	font-size:3vh;
	letter-spacing: 1px;
	cursor:pointer;
	color:#fff;
	text-shadow:
	-1px -1px 0 #333,  
    1px -1px 0 #333,
    -1px 1px 0 #333,
    1px 1px 0 #333;
	text-align:center;
	box-shadow: 2px 2px 2px 0px rgb(0, 0, 0, 0.3);
}
#seviyeler{
	display: none;
	background:#3c4859;
	color:#fff;
	border-radius: 10px;
	padding:10px;
	position:absolute;
	width:40%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	border:2px solid #333;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
}
#seviye-header{
	font-family: 'Carter One';
	font-weight: bold;
	margin-bottom:1vh;	
}
#button-1 div{
	background-image: url('../img/1.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#button-2 div{
	background-image: url('../img/2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#button-3 div{
	background-image: url('../img/3.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#button-4 div{
	background-image: url('../img/4.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#button-5 div{
	background-image: url('../img/5.png');
	background-repeat: no-repeat;
	background-size: contain;
}
@media (orientation: portrait){
	.button{
		position:relative;
		background: linear-gradient(#0facf3, #168cc1);
		width:85%;
		height:3vh;
		line-height:3vh;
		font-size:2vh;
	}
	#seviyeler{
		width:50%;
	}
}