footer {
  background-color: var(--rich-black);
  color: var(--soft-white);
  text-align: center;
  padding: 0.7rem;
  font-size: var(--footer-size);
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  z-index: 30;
  height: auto;
  overflow: visible;
}

footer a {
  padding: .35rem;

}

.copyright {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}