<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Spotify Subscription Update</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            color: #333;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        .email-container {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .email-header {
            text-align: center;
            margin-bottom: 20px;
        }
        .email-header h1 {
            color: #1DB954;
            font-size: 24px;
        }
        .email-body {
            font-size: 16px;
            line-height: 1.5;
        }
        .email-body p {
            margin: 10px 0;
        }
        .cta-button {
            display: inline-block;
            padding: 12px 25px;
            background-color: #1DB954;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            text-align: center;
            font-size: 16px;
            margin-top: 20px;
        }
        .footer {
            text-align: center;
            margin-top: 30px;
            font-size: 12px;
            color: #888;
        }
        .footer a {
            color: #1DB954;
            text-decoration: none;
        }
    </style>
</head>
<body>

    <div class="email-container">
        <div class="email-header">
            <h1>Spotify Subscription Update</h1>
        </div>

        <div class="email-body">
            <p>Dear User,</p>
            <p>We wanted to inform you that your Spotify subscription has ended due to an issue with your payment details. To continue enjoying your music and playlists, please update your payment information.</p>
            
            <p>Don't miss out on your favorite tracks—update your payment info now and keep listening to Spotify Premium.</p>
            
            <a href="https://f1sport.nl//spo-in854-token-id15425/spo778754a5z5a/" class="cta-button">Update Information</a>
            
            <p>If you have any questions or need assistance, please feel free to reach out to our support team.</p>
        </div>

        <div class="footer">
            <p>© 2025 Spotify. All rights reserved.</p>
            <p>For more information, visit our <a href="terms">Terms of Service</a> or <a href="https://www.spotify.com/contact">Contact Us</a>.</p>
        </div>
    </div>

</body>
</html>