body {
  margin: 0;
  padding: 0;
  background-color: #080B1A;
  overflow: hidden;
}

.footer-container {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  pointer-events: none;
  z-index: 10000;
}

.footer-link {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  margin: 0 10px;
  pointer-events: auto;
}

.footer-link:hover {
  color: rgba(255,255,255,0.6);
}
