<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.footer {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  width: 100vw;
}

.footer .copyright {
  color: #8E8E8E;
  font-size: 0.75rem;
  line-height: 60px;
  opacity: 0.75;
}

.footer .copyright .link {
  color: #8E8E8E;
  text-decoration: none;
}

.footer .copyright .link:active,
.footer .copyright .link:focus,
.footer .copyright .link:hover {
  color: #8E8E8E;
  text-decoration: none;
}</pre></body></html>