<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * For redirects and stuff like that.
 * Small file, not so much helped 8y this comment.
 */

html {
  background-color: #222222;
  color: white;
}

body {
  padding: 15px;
}

main {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px dotted white;
  padding: 20px;
}
</pre></body></html>