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

@font-face {
  font-family: 'Pixellari';
  src: url('pixellari-webfont.woff2') format('woff2'),
       url('pixellari-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

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