* {
  padding: 0;
  margin: 0;
  color: 0;
}

html,
body {
  color: 0;
  touch-action: none;
  -ms-touch-action: none;
  background: 0x00;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

#cont,
canvas {
  touch-action-delay: none;
  touch-action: none;
  -ms-touch-action: none;
}

#cont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


body {
  font-family: Arial, sans-serif;
}
