body {
  background-color: white;
  overflow: hidden;
  user-select: none;
  cursor: crosshair;
  margin: 0px;
}

#cont {
  display: block;
  width:100%;
  height:100%;
}

#hider{
  position: absolute;
  display: none;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index: 100;
  background-color: white;
}

svg{

  display: block;
  margin:auto;
  top:0px;
  z-index: 10;
  mix-blend-mode: multiply;
}





#barcode {
  z-index: 9999;
}
