@charset "utf-8";
/* CSS Document */
#lightningCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
　cursor: url("/assets/img/paint.png") 4 4, auto;
}
@media screen and (max-width: 768px) {

}