<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
  max-width: 100%;
}
main {
  max-width: fit-content;
  margin: auto;
}
section {
  padding: 0 1rem;
}
footer {
  border-top: 1px solid gray;
}
ul#events {
  width: max-content;
}
span.event-item {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-family: monospace;
}
</pre></body></html>