html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  cursor: crosshair;
  font-size: 18px;
  font-family:"Roboto","Lucida Console","Menlo", monospace;
  color: #fff;
  overflow: hidden;
}
a:link {
  text-decoration: none;
  color: #aaaaaa;
  cursor: crosshair;
}
a:visited {
  text-decoration: none;
  color: #aaaaaa;
  cursor: crosshair;
}

@font-face {
  font-family: "Roboto";
  src: url(Roboto.ttf);
}

#marquee {
  position: absolute;
  padding: 10px;
  bottom: 0;
  z-index: 13;
  width: 100%;
  overflow: hidden;
}

.para {
  white-space: nowrap;
  clear: both;
  float: left;
  color: #aaaaaa;
}
#scroll {
  margin-left: 10px;
  letter-spacing: 4px;
  font-size: 2.2vh;
  font-family:"Roboto","Lucida Console","Menlo", monospace;
  line-height: 110%;
}
#scroll2 {
  margin-left: 10px;
  font-size: 1.1vh;
  font-family:"Roboto","Lucida Console","Menlo", monospace;
}
#input {
  display: none;
}

.heatmap-wrapper {
  background-color: #000;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  overflow: hidden;
}

.heathmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 11;
  overflow: hidden;
}
.heatmap-canvas {
  position: relative;
  width: 100%;
  height: 50%;
  opacity: 0.2;
  z-index: 10;
  overflow: hidden;
}
#canvasthree {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 12;
  overflow: hidden;
}

#canvasthree canvas {
  display: block;
}

.canvasthree-error {
  position: absolute;
  left: 20px;
  top: 80px;
  z-index: 130;
  max-width: 80vw;
  color: #aaaaaa;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

#closesphere {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 20px;
  padding: 0;
  color: #aaaaaa;
  top: 0px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  z-index: 113;
  cursor: crosshair;
}

#a:hover,
#a:focus,
#closesphere:hover,
#closesphere:focus {
  color: #fff;
  text-decoration: none;
  cursor: crosshair;
}

@media (max-width: 767px) {
  a[x-apple-data-detectors],
  #marquee a,
  #scroll a,
  #scroll2 a {
    color: #aaaaaa !important;
    text-decoration: none !important;
    pointer-events: none;
  }
}