.site-footer {
  background: #111;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 0.9rem;
}

.site-footer a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  margin: 0 0.5rem;
}

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