<!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>
        * {
            margin: 0;
            padding: 0;
            border: 0;
        }
        body {
            margin: 0;
        }
        a {
            text-decoration: none;
            color: #666666;
            border-bottom: 0px solid transparent;
        }
        .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;
            transform: translateY(0);
        }
        .header {
            background: #cccccc;
            background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
            padding: 30px;
            text-align: center;
            color: white;
        }
        .header h1 {
            margin: 0;
            font-size: 2.5em;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        .badge {
            background: #FFE66D;
            color: #333;
            padding: 8px 20px;
            border-radius: 30px;
            display: inline-block;
            margin: 15px 0;
            font-weight: bold;
        }
        .cta-button {
                float: left;
            display: block;
            width: 80%;
            margin: 20px auto;
            margin-left: 30px;
            padding: 18px;
            text-align: center;
            background: rgba(255,107,107,0.3);
            background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2em;
            font-weight: bold;
        }
        .features {
            width: 600px;
            justify-content: space-around;
            padding: 10px;
            background: #f8f9fa;

        }
        .feature-item {
            float: left;
            margin-left: 20px;
            text-align: center;
        }
        .product-image {
            background: #FFFFFF;
            width: 168px;
            height: 168px;
            min-width: 168px; 
            min-height: 168px;
            border-radius: 12px;
            object-fit: cover;
            box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
        }
        .category {
            float: left;
            margin-left: 30px;
            font-size: 20px;
        }
        .more {
            margin-top: 8px;
            color: #999999;
            font-size: 12px;
            float: right;
            margin-right: 30px;
        }
        p {
            margin: 0 auto;
            margin-top: 5px;
            color: #666666;
            width: 150px;
            display: -webkit-box;
            display: box;
            display: -moz-box; 
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            overflow: hidden;
            text-overflow: ellipsis; 
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; 
            text-align: center;
        }
        .title-div {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .unsubscribe {
                width: 100%;
                float: left;
            display: block;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 20px;
            font-size: 12px;
            color: #666666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h1>🎉 FUNNY STORE</h1>
            <div class="badge">The Best For You</div>
        </div>
        <div class="title-div">
            <div class="category">Short Videos</div>
            <a href="https://www.funnystore.com/index.html" target="_blank"><div class="more">More</div></a>
            <div style="clear:both"></div>
        </div>
        <div class="features">
            <a href="https://www.funnystore.com/detail.html?id=5a6aec1f41a9453db402ebc46abea7a9" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/webapp/file/202502241740367366112.jpg" class="product-image">
                    <p>Las Vegas casino party decor</p>
                </div>
            </a>
            <a href="https://www.funnystore.com/detail.html?id=7e901a5e4d024b098e57155d26c6e8bc" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/webapp/file/202502241740378795526.jpg" class="product-image">
                    <p>Vegas Spa Day</p>
                </div>
            </a>
            <a href="https://www.funnystore.com/detail.html?id=0d7fd25d14f74cba8f1fb2edad3c5c66" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/webapp/file/202502241740376359112.jpg" class="product-image">
                    <p>The slots floor at Saracen Casino Resort</p>
                </div>
            </a>
            <div style="clear:both"></div>
        </div>
        <div class="title-div">
            <div class="category">Online Games</div>
            <a href="https://www.funnystore.com/games.html" target="_blank"><div class="more">More</div></a>
            <div style="clear:both"></div>
        </div>
        <div class="features">
            <a href="https://www.funnystore.com/game.html?id=f2bc208a" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/campaign/creative/1676455251369.png" class="product-image">
                    <p>Frogs Eating Flies</p>
                </div>
            </a>
            <a href="https://www.funnystore.com/game.html?id=5f434108" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/campaign/creative/1675910257792.png" class="product-image">
                    <p>Sway Together</p>
                </div>
            </a>
            <a href="https://www.funnystore.com/game.html?id=e270f12e" target="_blank">
                <div class="feature-item">
                    <img src="https://creative.funnystore.com/campaign/creative/1675672572177.png" class="product-image">
                    <p>Brain Liberty Reversi</p>
                </div>
            </a>
            <div style="clear:both"></div>
        </div>
        <a href="https://www.funnystore.com/" target="_blank">
            <div class="cta-button">
                VISIT WEBSITE NOW âž”
            </div>
        </a>
        <div style="clear:both"></div>
        <a href="https://www.funnystore.com/unsubscribe.html?user=pkg-mysql-maint@lists.alioth.debian.org" target="_blank">
            <div class="unsubscribe">Unsubscribe</div>
        </a>
        <div style="clear:both"></div>
    </div>
</body>
</html>