.fish_container {
  z-index: 0;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0.42;
}

#footer {
  margin-top: 24px;
  background: rgba(8, 15, 27, 0.94);
}

#footer-wrap {
  position: relative;
  z-index: 1;
  padding: 18px 16px 20px;
  text-align: center;
}

.footer-content {
  color: rgba(226, 232, 240, 0.64);
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-text {
  display: inline;
}

.footer-separator {
  display: inline-block;
  margin: 0 0.55rem;
  color: rgba(226, 232, 240, 0.3);
}

.footer-content a {
  color: #7dd3fc;
}

.footer-content a:hover {
  color: #f97316;
}
