<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

html,
body {
  min-width: 360px;
}

a {
  color: inherit;
  text-decoration: none;
}
</pre></body></html>