
html, body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

svg path, circle, text {
  user-select: none;
}
