<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: sans-serif;
  background-color: #fff;
}

#box {
  float: middle;
  padding: 5px;
  border: dashed #000 1px;
  width: 50%;
  background-color: #eee;
  text-align: center;
}</pre></body></html>