@font-face{
	src: url("Roboto-Regular-webfont.woff");
	font-family: roboto;
}
body{
	font-family: roboto;
	-webkit-user-select: none;
	background-color: #210F37;
	font-family: 'mikhak';
}
.slect{
	display: flex;
	gap: 8vw;
	justify-content: center;
	margin-top: 3rem;
}
.slect div{
	display: flex;
	width: 4rem;
	height: 2rem;
	text-align: center;
	color: #4F1c51;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	background-color: #DCA06D;
}
.slect3x3{
	display: grid; /* grid*/
	grid-template-columns: 10vmax 10vmax 10vmax;
	grid-template-rows: 10vmax 10vmax 10vmax;
	justify-content: center;
	margin-top: 4rem;
	gap: 6px;
}
.slect3x3 div{
	background-color: #DCA06D;
	border-radius: 10px;
}
.slect4x4{
	display: none; /* grid*/
	grid-template-columns: 8vmax 8vmax 8vmax 8vmax;
	grid-template-rows: 8vmax 8vmax 8vmax 8vmax;
	justify-content: center;
	margin-top: 4rem;
	gap: 6px;
}
.slect4x4 div{
	background-color: #DCA06D;
	border-radius: 10px;
}
.slect5x4{
	display: none; /* grid*/
	grid-template-columns: 8vmax 8vmax 8vmax 8vmax 8vmax;
	grid-template-rows: 8vmax 8vmax 8vmax 8vmax;
	justify-content: center;
	margin-top: 4rem;
	gap: 6px;
}
.slect5x4 div , .slect4x4 div{
	padding: 1rem;
}
.slect5x4 div{
	background-color: #DCA06D;
	border-radius: 10px;
}
.xvo{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.xvo-continer{
	position: fixed;
	background-color: white;
	display: grid;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20vw;
	height: 45vh;
	border-radius: 5px;
	background-color: #DCA06D;
}
.xvo-continer div{
	border: 0.3vw solid #210F37;
	padding: 2vw;
	font-size: 6vh;
	border-radius: 4px;
	cursor: pointer;
}
#font-xo{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 6vh;
}
.winner{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 4vw;
}
.continer-winner{
	position: fixed;
	background-color: white;
	display: grid;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50vw;
	height: 45vh;
	border-radius: 5px;
	background-color: #DCA06D;
	text-align: center;
}
.winner-text{
	/*display: flex;*/
	position: relative;
	border: 0.3vw solid #210F37;
	padding: 1.5vw;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 4px;
}