<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, p, ul, li, ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100px;
}
body, html {
  height: 100%;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

button {
  border: none;
}</pre></body></html>