<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper{
  width: 100%;
  height: 100%;
  margin: auto;
}
#welcome{
  width: 700px;
  height: 200px;
  margin: 200px auto;
  text-align: center;
}
#welcome p{
  font-size: 50px;
}
</pre></body></html>