
body{background:#0f1220;color:#e6e6eb;font-family:Arial}
#game-board{
  width:960px;height:640px;margin:auto;
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-template-rows:repeat(8,1fr);
}
.tile{border:1px solid #222}
