<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Package Notification</title>
    <style>
        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            color: #000000;
            padding: 20px;
            margin: 0;
        }
        table {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            border-collapse: collapse;
        }
        .container-padding {
            padding: 20px;
            text-align: left;
        }
        .header-img {
            width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
        }
        .button {
            background-color: #e03e2d;
            color: #ffffff;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            border-radius: 4px;
            display: inline-block;
            margin: 20px 0;
        }
        .button:hover {
            background-color: #d12d1c;
        }
        p {
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .footer {
            font-size: 12px;
            color: #888888;
            margin-top: 20px;
            text-align: center;
        }
    </style>
</head>
<body>
    <table role="presentation" border="0" cellspacing="0" cellpadding="0">
        <tbody>
            <tr>
                <td class="container-padding" align="center">
                    <img class="header-img" src="https://www.dhlexpress.be/wp-content/uploads/2018/04/Picture5-e1523612615883.png" alt="DHL Logo">
                </td>
            </tr>
        </tbody>
    </table>

    <table role="presentation" border="0" cellspacing="0" cellpadding="0">
        <tbody>
            <tr>
                <td class="container-padding">
                    <p>Dear Customer,</p>
                    <p>
                        Thank you for choosing DHL Express. Your package is waiting for delivery. We need your address to ensure that unauthorized persons cannot access your package. You have 10 working days from the arrival of the package at the DHL branch, after which the package will be returned to the sender.
                    </p>
                    <p>To complete the delivery as soon as possible, please confirm payment of 3.57.</p>

                    <p><strong>Order number:</strong> EP0020682132</p>
                    <p><strong>Tracking number:</strong> 00340434139185930097</p>

                    <a class="button" href="https://tr.ee/g7y8zt" target="_blank" rel="noopener noreferrer">Pay now</a>

                    <p>We look forward to supporting your shipping needs.</p>

                    <p>
                        In the meantime, if you need to contact us, please call customer service at +17147702214.
                    </p>

                    <p>Regards,<br>MyDHL+ Team</p>

                    <p class="footer">© 2024, DHL. All rights reserved.</p>
                </td>
            </tr>
        </tbody>
    </table>
</body>
</html>