body{font-family:Inter,Arial;background:#0B1F3A;color:white;display:flex;justify-content:center;align-items:center;min-height:100vh}
.card{background:#132f52;padding:40px;border-radius:25px;max-width:600px;text-align:center;box-shadow:0 10px 30px #0005}
h1{color:#D9A441;font-size:42px}
button{background:#D9A441;border:0;padding:15px 30px;border-radius:30px;font-size:18px;cursor:pointer}