.game-area{
	left:0;
	margin: auto;
	padding: 0px;
	height: 75vh;
}

.blocksControlsTop{
	width: 60vh;
	margin:auto;
	display:block;
	text-align: center;
}

.blocksControlsTop p {
	line-height: 1;
	margin: 5px;
}

.title-tile-number{
	font-size:50px;
	font-weight: bold;
}

.score-title{
	color:#cdc1b4;
	font-weight:bold;
}

.score-value{
	color:#f9f6f2;
	font-weight: bold;
}

.game-table{
	width:60vh;
	height:60vh;
	margin:auto;
	background: #bbada0;
	border-radius:5px;
	touch-action: none;
	max-width: 90vw;
	max-height: 90vw;
}

.cell{
	height:23%;
	width:23%;
	background: #cdc1b4;
	border-radius: 5px;
}

.tile{
	height:100%;
	width:100%;
	border-radius: 5px;
	transition:transform 1s;
	display:flex;
	justify-content: center;
	align-items: center;
	transition:transform 0.08s linear;
	transform:scale(1);
	font-size: 27px;
	color:#f9f6f2;
}

.tile-number{
	font-weight: bold;
	margin-left: 60%;
	margin-bottom: 60%;
	text-shadow: 1px 1px #000000;
}

.tile2{
	font-size: 30px;
	color:white;
	background:#eee3d6;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile4{
	font-size: 30px;
	color:white;
	background:#ede0c8;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile8{
	font-size: 30px;
	color:#f9f6f2;
	background:#f2b179;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile16{
	font-size: 30px;
	color:#f9f6f2;
	background:#f59563;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile32{
	font-size: 30px;
	color:#f9f6f2;
	background:#f67e5f;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile64{
	font-size: 30px;
	color:#f9f6f2;
	background:#f65e3b;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile128{
	font-size: 26px;
	color:#f9f6f2;
	background:#f1d96b;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile256{
	font-size: 26px;
	color:#f9f6f2;
	background:#f2cf4d;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile512{
	font-size: 30px;
	color:#f9f6f2;
	background:#e5c12b;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile1024{
	font-size: 27px;
	color:#f9f6f2;
	background:#dfba12;
	background-repeat: no-repeat;
	background-size: cover;
}
.tile2048{
	font-size: 27px;
	color:#f9f6f2;
	background:#edc501;
	background-repeat: no-repeat;
	background-size: cover;
}