<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>www.funnystore.com</title>
    <style type="text/css">
        .container {
            max-width: 600px;
            margin: 10px auto;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            background: white;
        }
        .line-1 {
            width: 150px;
            overflow: hidden;
            text-overflow: ellipsis; 
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; 
        }

        .line-2 {
            width: 230px;
            height: 50px;
            overflow: hidden;
            text-overflow: ellipsis; 
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; 
        }

        .line-3 {
            width: 170px;
            overflow: hidden;
            text-overflow: ellipsis; 
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; 
        }

        .game-image {
            border-radius: 12px;
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }

        .game-image-2 {
            display: block;
            border-radius: 12px;
            width: 70px;
            height: 70px;
            margin-right: 15px;
            box-shadow: 0 5px 15px rgba(167,119,227,0.3);
            margin: 0 auto 15px;
        }
    </style>
</head>
<body style="margin: 0; padding: 0; background: #1a1a2e;">
    <div class="container">
        <div style="background: linear-gradient(135deg, #6e8efb, #a777e3); padding: 40px 20px; text-align: center;">
            <h1 style="margin:0; font-size: 36px; color: white; 
                text-shadow: 0 4px 6px rgba(0,0,0,0.2);
                background: linear-gradient(45deg, #ff6b6b, #ffd93d);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;">
                FUNNY GAME CENTER
            </h1>
            <p style="color: rgba(255,255,255,0.9); font-size: 20px; margin: 20px 0;">
                The Most Popular Games
            </p>
        </div>

        <div style="padding: 20px 20px; background: #16213e;padding-top: 40px;">
            <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px;">
                <a href="https://www.funnystore.com/game.html?id=77bbfa13" target="_blank" style="text-decoration: none;">
                    <div style="background: #2a2a4a; border-radius: 15px; padding: 20px; transition: transform 0.3s;">
                        <div style="display: flex; align-items: center; margin-bottom: 15px;">
                            <img src="https://creative.funnystore.com/campaign/creative/1672999560189.png" class="game-image">
                            <h3 class="line-1" style="color: white; margin:0;">Clown Fish Undermine</h3>
                        </div>
                        <p class="line-2" style="color: #a0a0c0; line-height: 1.6;">Clown fish in the bottom of the sea swimming freely</p>
                    </div>
                </a>
                <a href="https://www.funnystore.com/game.html?id=3be868d2" target="_blank" style="text-decoration: none;">
                    <div style="background: #2a2a4a; border-radius: 15px; padding: 20px;">
                        <div style="display: flex; align-items: center; margin-bottom: 15px;">
                            <img src="https://creative.funnystore.com/campaign/creative/1677224952303.png" class="game-image">
                            <h3 class="line-1" style="color: white; margin:0;">Barbarian</h3>
                        </div>
                        <p class="line-2" style="color: #a0a0c0; line-height: 1.6;">Destroy the barbarians and save the women</p>
                    </div>
                </a>
            </div>
        </div>

        <div style="padding: 20px 20px;padding-bottom: 40px; background: #16213e; text-align: center;">
            <div>
                <a href="https://www.funnystore.com/game.html?id=f4814970" target="_blank" style="text-decoration: none;">
                    <div style="float: left;">
                        <img src="https://creative.funnystore.com/campaign/creative/1676598460617.png" class="game-image-2">
                        <h3 class="line-3" style="color: white; margin: 10px 0;">Aircraft Hover</h3>
                        <p class="line-3" style="color: #a0a0c0; margin:0;">The game fails if you hit an obstacle</p>
                    </div>
                </a>
                <a href="https://www.funnystore.com/game.html?id=3f4244d8" target="_blank" style="text-decoration: none;">
                    <div style="float: left;">
                        <img src="https://creative.funnystore.com/campaign/creative/1694772463317.png" class="game-image-2">
                        <h3 class="line-3" style="color: white; margin: 10px 0;">Good Arrow</h3>
                        <p class="line-3" style="color: #a0a0c0; margin:0;">A good archer needs a good bow and arrow</p>
                    </div>
                </a>
                <a href="https://www.funnystore.com/game.html?id=d031d779" target="_blank" style="text-decoration: none;">
                    <div style="float: left;">
                        <img src="https://creative.funnystore.com/campaign/creative/1675655031072.png" class="game-image-2">
                        <h3 class="line-3" style="color: white; margin: 10px 0;">Fish Joy</h3>
                        <p class="line-3" style="color: #a0a0c0; margin:0;">Fishing Joy is a shooting game fish quite interesting</p>
                    </div>
                </a>
                <div style="clear: both;"></div>
            </div>
        </div>

        <div style="height: 4px; background: linear-gradient(90deg, 
            #ff6b6b 0%, #ffd93d 33%, #74b9ff 66%, #a777e3 100%);"></div>
        
        <div style="text-align: center; padding: 40px 20px; background: #0f3460;">
            <a href="https://redirect.funnystore.com/location?utm_medium=gamecenter&utm_source=gamecenter" target="_blank" style="display: inline-block; background: linear-gradient(45deg, #ff6b6b, #ff8e53);text-decoration: none;
                padding: 18px 45px; color: white; text-decoration: none; border-radius: 30px;
                font-size: 20px; font-weight: bold; box-shadow: 0 8px 15px rgba(255,107,107,0.3);
                transition: transform 0.3s, box-shadow 0.3s;">
                VISIT WEBSITE NOW ➔
            </a>
            <a href="https://www.funnystore.com/unsubscribe.html?user=python-modules-team@lists.alioth.debian.org" target="_blank" style="text-decoration: none;">
                <div style="color: #a0a0c0; margin-top: 25px; font-size: 14px;">Unsubscribe</div>
            </a>
        </div>
    </div>
</body>
</html>