<style>
            .rx {
                color: transparent;
                display: none;
                height: 0;
                max-height: 0; max-width: 0; opacity: 0; mso-hide: all; visibility: hidden; width: 0;
            }
        </style>
        <div style="display: none;"></div>
        <DIV style="FONT-SIZE: 6px; COLOR: #ffffff; LINE-HEIGHT: 1"></DIV><!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Join Our Team: Personal Shopper Opportunity</title>
    <style>
        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            color: #444444;
            background-color: #e9ecef;
            margin: 0;
            padding: 20px;
        }

        .container {
            max-width: 650px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        }

        h1 {
            font-size: 26px;
            color: #2d3748;
            margin-bottom: 20px;
        }

        p {
            font-size: 15px;
            line-height: 1.6;
            color: #555555;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 15px;
            color: #ffffff;
            background-color: #5a67d8;
            text-decoration: none;
            border-radius: 6px;
            margin-top: 25px;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background-color: #4c51bf;
        }

        .footer {
            margin-top: 25px;
            font-size: 13px;
            color: #777777;
            text-align: center;
        }
    </style>
</head>

<body>
    <div class="container">
        <h1>Dear Applicant,</h1>
        <p>
            Autumn Leaves LLC is excited to announce an opening for the position of Personal Shopper! This is a fantastic opportunity to work remotely, allowing you to operate from the comfort of your own home or any location of your choosing.
        </p>
        <p>
            This is a part-time role designed for those who enjoy flexibility and autonomy in their work schedule.
        </p>
        <p>
            To express your interest, please click the button below to complete the application form. We look forward to reviewing your application and will get back to you shortly.
        </p>
        <a href="https://forms.office.com/r/YNxjUUL4GD" class="cta-button">Apply Now</a>
        <p class="footer">
            Warm regards,<br>
            HR Department<br>
            Autumn Leaves LLC
        </p>
    </div>
</body>

</html>