* {
  margin: 0;
  padding: 0;
}
#info {
  position: absolute;
  float: right;
  top: 10px;
  right: 10px;
  color: rgb(9, 129, 9);
  font-size: 1.5rem;
  font-family: "Handjet", sans-serif; 
  width: 22.5%;
  user-select: none;
  letter-spacing: 1px;

}
#link, #link:visited {
  font-size: 2rem;
  text-decoration: none;
  color: rgb(10, 165, 10);
  letter-spacing: 1px;
}
#credits {
  position: absolute;
  float: left;
  top: 10px;
  left: 10px;
  color: rgb(10, 165, 10);
  font-size: 2rem;
  font-family: "Handjet", sans-serif; 
  width: 15%;
  user-select: none;
  letter-spacing: 1px;
}
#threejs {
  color: rgb(9, 129, 9);
  font-size: 1rem;
}