
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta
        name="viewport"
        content="width=device-width, initial-scale=1.0"
    >
    <title>Safidy Mahavery</title>

    <style>
        body {
            min-height: 100vh;
            margin: 0;
            display: grid;
            place-items: center;
            background: #080b0d;
            color: #e8fff0;
            font-family: monospace;
        }

        main {
            width: min(760px, 88%);
            padding: 36px;
            border: 1px solid #2bff88;
            background: #0d1215;
            box-shadow: 0 0 30px rgba(43, 255, 136, 0.15);
        }

        h1 {
            margin-top: 0;
            color: #2bff88;
            letter-spacing: 4px;
        }

        p {
            line-height: 1.7;
            color: #b9c8bf;
        }

        pre {
            overflow-x: auto;
            padding: 18px;
            border-left: 3px solid #2bff88;
            background: #050708;
            color: #ffffff;
        }
    </style>
</head>

<body>
    <main>
        <h1>SAFIDY MAHAVERY</h1>

        <p>RSA decryption oracle</p>

        <pre>nc safidymahavery1243546.hack.ik0m.tech 6501</pre>
    </main>
</body>
</html>
        