<!DOCTYPE html>
            <html>
            <head>
                <title>Success!</title>
                <style>
                    body { font-family: sans-serif; text-align: center; margin-top: 10%; background: #f4f4f9; }
                    h1 { color: #2c3e50; }
                    p { color: #7f8c8d; }
                </style>
            </head>
            <body>
                <h1>It Works!</h1>
                <p></p>
            </body>
            </html>