

#globeCanvas {
  position: absolute;
  top: -730px;
  right: -990px;
  z-index: 8;
}


.background-lights {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.credits{
  font-family: monospace;
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  justify-content: center;
  z-index: 20;
  background-color: rgba(0,0,0,.3);
  color: #aaa;
  padding: .5rem 1rem 1rem 1rem;
}

a{
  color: #fff;
}

.githublogo{
  filter: brightness(100);
}