#Footer{
  border-top: 1px solid var(--border0);
  border-bottom: 0;
  margin-top: auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 40;
}

#Footer .foot{
  display: flex;
  justify-content: center;
}

#Footer .foot-links{
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  opacity: .80;
}

#Footer .foot-a{
  color: inherit;
  text-decoration: none;
}

#Footer .foot-a:hover{
  text-decoration: underline;
}

#Footer .foot-sep{
  opacity: .55;
}
