*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;font-family:system-ui,-apple-system,sans-serif}.main,body,html{min-height:100vh}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#e8e8e8}.title{font-size:2.5rem;font-weight:700;text-align:center}.subtitle{font-size:1.25rem;opacity:.9}.imageWrapper{padding:1.5rem;background:hsla(0,0%,100%,.08);border-radius:1rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.imageWrapper img{display:block;border-radius:.5rem}