
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--font-size-sm);
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
  opacity: 0.7;
}

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