#game_01 td {
width: var( --cell_size );
height: var( --cell_size );
background-color:cyan;	
}
.tableRange {
	
float: left;
height: 400px;
}


.score_info {
	position: absolute;
	top: 20%;
	right: 5%;
	width: 10%;
	height:5%;
	background-color: red;
	text-align: center;
	font-size: 1.5em;
}