*,
body,
html {
  margin: 0;
  padding: 0;
}

a,
body,
html {
  color: #00b7c3;
}

#canvas,
#container {
  width: 100%;
  height: 100%;
}

#canvas,
#stats {
  position: absolute;
  z-index: 10;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font:
    16px/1.4 Lato,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  background: #080510;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1.transition-in,
h2.transition-in {
  visibility: visible;
}

#container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  text-align: center;
  cursor: context-menu;
  padding: 0 16px;
  box-sizing: border-box;
}

#container > div {
  margin-bottom: 38vh;
}

@media (max-width: 600px) {
  #container > div {
    margin-bottom: 25vh;
  }
}

#container p strong {
  color: #b3abc5;
  font-size: 5em;
}

#container p span {
  font-size: 0.75em;
  padding: 0 2px;
}

#canvas {
  top: 0;
  left: 0;
  cursor: none;
}

#stats {
  left: 10px;
  top: 10px;
}

.dg.ac {
  z-index: 100 !important;
}

#container div p strong a {
  color: #999;
  font-size: 15px;
}

body,
td,
th {
  font-family: Lato, sans-serif;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.main-title {
  margin-top: 45px;
  color: #ff0000;
  margin-bottom: 15px;
  font-size: clamp(1em, 5vw, 2em);
}
.gogle-down {
  font-size: clamp(14px, 3vw, 20px);
}
.gogle-down a {
  color: #ffffff;
  text-decoration: underline;
}

.loading-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100px;
}

.loading-dots span {
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  animation: dot 1.4s infinite ease-in-out both;
}

.loading-dots span:nth-child(1) {
  animation-delay: 0s;
}
.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot {
  0%,
  80%,
  100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}

.main-url {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(80px, 20vw, 120px);
  text-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
