* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
  font-family: 'Blue Highway Regular';
  src: url('assets/fonts/blue_highway_rg-webfont.woff2') format('woff2'),
       url('assets/fonts/blue_highway_rg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 0;
  background: #241576;
}

.container {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #120A39 50%, #241576 50%);
}