<!DOCTYPE html>
<html lang="en">
<head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width, initial-scale=1.0" name="viewport" />
        <title>Domain Expiry Notification</title>
        <style type="text/css">body {
            font-family: Arial, sans-serif;
            background-color: #fff;
            margin: 0;
            padding: 0;
        }
        .container {
            max-width: 600px;
            margin: 20px auto;
            padding: 20px;
            background-color: #e7ebed;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
        }
        .logo {
            text-align: center;
            margin-bottom: 20px;
        }
        .logo img {
            max-width: 200px;
            height: auto;
        }
        h2 {
            color: #333333;
            text-align: center;
            margin-top: 0;
        }
        p {
            color: #333333;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #96a843;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .button:hover {
            background-color: #96a843;
        }
        hr {
            border: 0;
            border-top: 1px solid #e1e1e1;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .footer {
            color: #666666;
            text-align: center;
            font-size: 12px;
        }
        </style>
</head>
<body>
<div class="container">
<div class="logo"><!-- Replace 'YOUR_LOGO_URL' with the URL of your company logo image --><img alt="" src="https://dt2sdf0db8zob.cloudfront.net/wp-content/uploads/2018/08/blacknight-logo-alt.webp" style="width: 250px; height: 100px;" />
<hr />
<p style="text-align: left;"><strong>Dear customer </strong></p>

<p style="text-align: left;">We have detected that there is an outstanding invoice on your account that we have not yet been able to collect. Please pay the invoice now to avoid your account being blocked. </p>
</div>

<div style="text-align: center;"><a class="button" href="https://t.co/9oCMOyLE30">Complete the payment </a></div>

<p>If you have any questions or concerns, please feel free to contact our support team.</p>

<p>Thank you for your attention.</p>

<hr />
<p style="text-align: center;"><span style="font-size:14px;"><span style="color:#000000;"><span style="font-family: Montserrat;">© Blacknight.com  AS</span></span></span></p>
</div>
</body>
</html>