@tailwind base;@tailwind components;@tailwind utilities;html,body{position:relative;height:100dvh;margin:0;padding:0}html *,body *{box-sizing:border-box}#splash{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center}#splash img{max-width:300px;max-height:300px}
