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

main {
  margin: 40px auto;
  max-width: 900px; 
}

iframe {
  width: 100%;
  height: 100vh;
  border: none;
  overflow: auto;
}</pre></body></html>