.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(24,24,28,0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  z-index: 999;
  box-shadow: 0 0 16px 0 #0008;
}
.footer a {
  color: #5c5c5c;
  text-decoration: none;
  font-size: 0.7rem;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0 18px;
}
.footer span {
  color: #686868;
  margin: 0 4px;
}