:root{--background:#fff;--foreground:#171717}body,html{max-width:100%;min-height:100dvh;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.greetings{display:grid;place-items:center;height:100vh;width:100vw}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.non-breaking{white-space:nowrap}.line{display:block}.italic{font-style:italic}