.footer-bottom {
  border-top: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-credit {
  padding: 19px 20px;
  background: #0d1e35;
  color: #c8d5e5;
  text-align: center;
  font: 13px var(--sans);
}

.site-credit a {
  color: var(--gold-light);
  font-weight: 700;
}

.site-credit a:hover {
  text-decoration: underline;
}
