:root {
	  --cell_size: 50px;
}


html

{
color:green;
}

* {
	 margin: 0;
	 padding: 0;
}

*:focus {
	outline: 1px dashed red;
}