body{margin:0;font-family:Arial,sans-serif;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#111,#2b2b2b);}
.card{background:rgba(255,255,255,.08);padding:40px;border-radius:16px;text-align:center;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
h1{color:#e50914;margin:0 0 10px}
p{color:#ddd}
.buttons{margin-top:24px}
a{display:inline-block;margin:8px;padding:12px 20px;background:#e50914;color:#fff;text-decoration:none;border-radius:8px}
a:hover{background:#b80710}
