.footer {
  text-align: center !important;
  color: var(--accent);
  text-align: center;
  padding: 20px 0;
}

.footer__inner {
  width: 100%;
  justify-content: center !important;
  flex-direction: column !important;
}

.footer a {
  margin: 0 auto !important;
}

/* Fixes iOS font sizing anomaly */
code {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}