html,
body {
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -ms-overflow-style: none;

  text-rendering: optimizeLegibility;
  font-family: 'Speedee', sans-serif;
  font-variant-ligatures: none;
  backface-visibility: hidden;

  text-size-adjust: none;
  letter-spacing: normal;
  overflow: hidden auto;

  line-height: normal;
  font-kerning: none;
  font-style: normal;

  appearance: none;
  font-weight: 400;
  font-size: 16px;

  max-height: 100%;
  min-height: 100%;

  max-width: 100%;
  min-width: 100%;

  height: 100%;
  width: 100%;

  padding: 0;
  margin: 0;
}

#root {
  position: relative;
  display: block;

  height: auto;
  width: 100%;

  padding: 0;
  margin: 0;
}

.disabled-js,
.not-supported {
  text-align: center;
  position: absolute;

  cursor: default;
  display: none;
  z-index: 999;

  height: 100%;
  width: 100%;
}

.disabled-js .disabled-js-copy,
.not-supported .not-supported-copy {
  position: absolute;
  max-width: 625px;
  color: black;

  height: 125px;
  margin: auto;
  width: 100%;

  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.not-supported .not-supported-copy {
  height: 95px;
}

.disabled-js .disabled-js-copy strong,
.not-supported .not-supported-copy strong {
  text-transform: uppercase;
  letter-spacing: 5px;

  margin-bottom: 30px;
  line-height: 25px;

  font-size: 20px;
  display: block;
}

.disabled-js .disabled-js-copy span,
.not-supported .not-supported-copy span {
  letter-spacing: 3px;
  line-height: 20px;
  font-size: 16px;
  color: black;
}

.not-supported .not-supported-copy span {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.not-supported .not-supported-copy span a {
  background-color: black;
  text-decoration: none;

  padding: 1px 2px 0;
  color: white;
}

.no-js .disabled-js,
.ms-ie .not-supported {
  display: block !important;
}

.no-js #root {
  display: none !important;
}

@media (max-width: 767px) {
  .disabled-js .disabled-js-copy,
  .not-supported .not-supported-copy {
    max-width: 95%;
    height: 138px;
    width: 95%;
  }

  .not-supported .not-supported-copy {
    height: 110px;
  }

  .disabled-js .disabled-js-copy strong,
  .not-supported .not-supported-copy strong {
    margin: 0px auto 25px;
    letter-spacing: 0px;

    max-width: 250px;
    font-size: 18px;
  }

  .not-supported .not-supported-copy strong {
    max-width: 215px;
  }

  .disabled-js .disabled-js-copy span,
  .not-supported .not-supported-copy span {
    letter-spacing: 0px;
    line-height: 18px;

    max-width: 325px;
    font-size: 14px;

    display: block;
    margin: 0 auto;
  }

  .not-supported .not-supported-copy span {
    max-width: 230px;
  }

  .not-supported .not-supported-copy span a {
    letter-spacing: 1px;
    padding-top: 0px;
  }
}

::-moz-selection {
  background-color: black;
  color: white;
}

::selection {
  background-color: black;
  color: white;
}
