html, body {
  margin: 0;
  padding: 0;
}

rect {
  cursor: pointer;
}

.label {
  display: none;
  font: 12px sans-serif;
  font-weight: bold;
  pointer-events: none;
}