<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-footer {
  display: flex;
  color: white !important;
  gap: 10px;
}

.footer-item h3 {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.footer-item li {
  color: white;
  font-size: 15px;
}
.footer-item a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
</pre></body></html>