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

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

#barcode {
  z-index: 9999;
}
