body {
  background: #eeeeee;
  font-size: 12px;
  font-family: sans-serif;
  margin: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
#canvas {
  display: block;
  cursor: crosshair;
  touch-action: none;
}
#cursors {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
#menu {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  user-select: none;
  pointer-events: none;
}
  span.submenu {
    display: inline-block;
    background-color: #ffffff;
    color: #999999;
    padding: 6px 10px;
    border-radius: 25px;
    user-select: none;
    pointer-events: auto;
  }
    span.submenu.status {
      position: absolute;
      left: 30px;
      background: transparent;
    }
    span.submenu.info {
      position: absolute;
      right: 30px;
      background: transparent;
    }
  #colors span {
    cursor: pointer;
  }
  #download {
    cursor: pointer;
  }
