* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 0;
  background: #000000;
}

.container {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}