<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
  background: floralwhite;
  color: darkgreen;
  border: 40px floralwhite;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  max-width: 50%;
}

container {
  display: flexbox;
  flex-direction: row;
  background-color: floralwhite;
  border: 40px floralwhite;
  border-radius: 10px;
}</pre></body></html>