body{margin:0;font-family:Arial,sans-serif;background:#111;color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#111,#333)}
.card{max-width:700px;background:rgba(0,0,0,.6);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.4)}
img{width:100%;border-radius:12px}h1{color:#f4c542}h2{color:#ffb000}p{line-height:1.6}