svg {
  touch-action: none;
  display: block;
}
.stone,
.last-move-dot {
  pointer-events: none;
}
.edge {
  stroke-width: 3;
  fill: none;
}

.text-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  flex-direction: column;
}
