:root {
  -webkit-user-select: none;
  user-select: none;
  cursor: crosshair;
}

:root, body {
  height: 100%;
}

body {
  position: fixed;
  margin: 0;
  overflow: hidden;
  background: #FBFBFD;
}

h1 {
  position: absolute;
  width: 100vw;
  top: 45%;
  text-align: center;
  font: 500 16px -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2E2C33;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

svg {
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
