table {
    border: 1px solid;
}
table tr td {
    border-radius: 10px;
    width: 10px;
    height: 10px;
}
td.snake-body {
	background: green;
}
td.food-body {
	background: yellow;
}