.site-footer {
  background-color: var(--footer-bg);
  margin-top: 20px;
  padding: 16px 0;
}

.site-footer a {
  color: var(--footer-txt);
  margin-right: 16px;
  text-decoration: none;
}

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