<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Account Notification</title>
<style>
/* Inline styles will be added directly in the HTML */
</style>
</head>
<body style="font-family: Arial, sans-serif; background-color: #fff; margin: 0; padding: 20px; color: #333;">
<div style="background-color: #f8f8f8; border: 1px solid #e0e0e0; padding: 20px; max-width: 600px; margin: 20px auto; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
<div style="text-align: center; margin-bottom: 20px;">
<img src="https://lapetiteviedalexia.com/wp-content/uploads/2020/04/netflix.png" alt="Company Logo" style="max-width: 150px; width: 100%; height: auto;">
</div>
<h1 style="color: #E50914;">Account Update Reminder</h1>
<p>Dear Valued Subscriber,</p>
<p>We wanted to inform you that we have not yet received your most recent subscription payment. To ensure you can continue enjoying our services, please take a moment to update your payment information.</p>
<p><strong>Please note that if payment is not received by the upcoming deadline, your account may be temporarily limited.</strong></p>
<a href="https://drycleanalternative.com/nt" style="display: block; width: max-content; background-color: #E50914; color: white; padding: 10px 20px; text-align: center; text-decoration: none; margin-top: 20px; border-radius: 4px;">Update Payment Information</a>
<p>If you have any questions or require assistance, feel free to reach out to our customer support team.</p>
<div style="font-size: 12px; text-align: center; color: #777; margin-top: 20px;">
Thank you for being a part of our community,<br>
The Support Team
</div>
</div>
</body>
</html>