html, body {
  height: 100%;
  width: 100%;
  background-color: black;
}

body {
  margin: 0;
  overflow: hidden;
}
canvas#viewer {
  width: 100%;
  height: 100%
}

a#WIKI {
  font-size: large;
  text-decoration: none;
  color: white;
}

a:hover {
  color: pink !important;
}

a:visited {
  color: white;
}

#INFO {
  position: absolute;;
  bottom: 20px;
  text-align: center;
  font-size: small;
  font-family: helvetica;
  font-weight: 100;
  text-decoration: none;
  width: 100%;
  color: white;
}
