html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #000000;
  color: #EEEEEE;
  cursor: default;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

sup {
  font-family: sans-serif !important
}

canvas {
  pointer-events: none
}

#main {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 490px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1, #information, #loader {
  text-transform: uppercase;
}

h1, #information, #contact {
  opacity: 0;
  transition: all 2s;
}

h1,
#loader {
  margin: 0;
  padding: 0;
  font-family: "Special Gothic Expanded One", sans-serif;
  color: #EEEEEE;
  font-size: 22px
}

h1 {
  transition-delay: .5s
}

#information {
  margin: 16px 0;
  transition-delay: 1s
}

#contact {
  display: flex;
  flex-direction: column;
  transition-delay: 1.5s
}

@media screen and (max-width:768px) {
  body {
    font-size: 12px
  }
}

a {
  color: #EEEEEE;
  text-decoration: underline;
  transition: all .2s
}

a:hover {
  color: #A1A1A1;
  text-decoration: none
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #000000;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 22px;
  z-index: 999999
}

#loader.visible {
  color: #EEEEEE
}

.loaded #loader {
  transition: opacity 1s;
  transition-delay: .5s;
  opacity: 0 !important;
  pointer-events: none
}

.loaded h1, .loaded #information, .loaded #contact {
  opacity: 1 !important
}
