body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}
.matrix {
  margin: 20px;
}
.cell {
  fill: teal;
}
.cell.selected {
  fill: orange;
}