html, body, #out { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { background: #f0efea; color: #25282c; font-family: system-ui, sans-serif; }
.avalonia-splash { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.avalonia-splash h1 { font-size: 24px; margin: 12px 0 0; }
.avalonia-splash p { max-width: 32em; padding: 0 24px; text-align: center; }
