<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .footer p {
    font-size: 14px;
  }
}/*# sourceMappingURL=footer.css.map */</pre></body></html>