*{
	box-sizing: border-box;
}
body{
	margin:0px;
	background-image:radial-gradient(grey, #2c2c2c);
	display: flex; 
	justify-content: center;
	height: 100vh;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#tahta{
	margin: auto;
	width:90vh;
	height:90vh;
	background: url(../img/zemin.png) no-repeat;
    background-size: 100% 100%;
	padding:5%;
}
#mesaj{
	display: block;
	background:rgba(48,48,48,0.7);
	color:#fff;
	border-radius: 20px;
	padding:0px;
	position:absolute;
	width:60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	border:2px solid #ffd800;
	font-family:Tahoma;
	font-weight:bold;
}
#mesaj-sol{
	display:inline-block;
	width:38%;
	background:#fff;
	float:left;
	border-radius: 18px 0 0 18px;
}
#mesaj-sag{
	position:relative;
	text-align:left;
	display:inline-block;
	width:60%;
	padding-left:5px;
	padding-top:20px;
	float:right;
}
#mesaj-kapat{
	position:absolute;
	right:8px;
	top:8px;
	padding:5px;
	border:1px solid #fff;
	border-radius:3px;
	cursor:pointer;
}
#mesaj span{
	font-weight:bold;
	color:#ffd800;
}

#oyun{
	width:100%;
	height:100%;
	border:0px solid #888;
	overflow:hidden;
}
#oyun div{
	margin:2.1%;
	width:10%;
	height:10%;
	border:0px solid #000;
	float:left;
	background-repeat: no-repeat;
    background-size: 100% 100%;
	border-radius: 50%;
}
#dis{
	margin:auto;
	position:relative;
}
#modul{
	display:block;
	width:290px;
	border:0px solid #fff;
	overflow:hidden;
	margin:10px auto;
}
#button-yeni{
	background: url(../img/button-yeni.png) no-repeat;
	background-size: 100% 100%;
	height:40px;
	width:40px;
	float:left;
	margin:0 10px;
	cursor:pointer;
}
#button-soru{
	background: url(../img/button-soru.png) no-repeat;
	background-size: 100% 100%;
	height:40px;
	width:40px;
	float:left;
	margin:0 10px;
	cursor:pointer;
}
#kalan-tas{
	background: url(../img/skor.png) no-repeat;
	background-size: 100% 100%;
	width:170px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:0px solid #000;
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;
	color:#fff;
	float:left;
}
#kalan{
	color:#ffcc00;
}
#yardim{
	display:none;
	position:absolute;
	background: #333 url(../img/solo-test.png) no-repeat;
	background-size: 90%;
	background-position: center center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:2px solid #fff;
}
#kapat{
	background: url(../img/button-kapat.png) no-repeat;
	background-size: 100% 100%;
	position:absolute;
	right:10px;
	top:10px;
	height:40px;
	width:40px;
	cursor:pointer;
}
#start{
	z-index:99;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	right:0px;
	width: 100%;
	height: 100%;
	background-color:#333;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#fff;
    display: flex;
    justify-content: center;
    height: 100vh;
}
#intro{
	margin:auto;
}