.site-footer {
  position: fixed;
  right: 18px;
  bottom: 10px;
  z-index: 30;
  font-size: 12px;
}

.site-footer a {
  color: #8c8371;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold2);
}

@media (max-width: 600px) {
  .site-footer {
    right: 0;
    bottom: 6px;
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}
