.footer-credit {
  margin-top: 42px;
  margin-bottom: -47px;
  padding: 16px 24px;
  background: #090908;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #a9a49d;
  text-align: center;
  font: 500 10px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-credit a { color: #fff; text-decoration: none; transition: color .25s ease; }
.footer-credit a:hover { color: #25d366; }
