.footer {
  text-align: center;
  position: relative;
  font-size: 10px;
  line-height: 1;
  margin-top: 20px;
  z-index: 1;
  background: transparent;
}
.footer a {
  display: inline-block;
  margin: 0 auto;
}
.footer p {
  margin: 0 auto;
}

a:link,
a:visited {
  text-decoration: none;
  color: var(--font-cl);
}