<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>03</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Roboto&family=Work+Sans:wght@600&display=swap" rel="stylesheet">
<style>
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    .main_conteiner {
        width: 550px;
        height: 950px;
        margin-left: auto;
        margin-right: auto;
        background: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 38%, #000 71%);
    }
    .header {
        background-color: #FF0000;
        height: 33px;
    }
    .header>h5 {
        height: 37px;
        color: white;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        text-align: center;
    }
    .product {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .product_logo {
        display: flex;
        justify-content: center;
        margin-top: -30px;
        width: 100%;
    }
    .product_logo>img {
        width: 50%;
    }
    .product_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .product_text>h3 {
        color: #000;
        font-family: Roboto;
        font-size: 35px;
        font-style: italic;
        font-weight: 900;
        line-height: normal;
        text-align: center;
        margin-top: -30px;
    }
    .product_text>h4 {
        color: #F00;
        text-align: center;
        font-family: Work Sans;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .product_img {
        margin-top: -20px;
    }
    .product_img>img {
        margin-top: 20px;
        width: 60%;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .offer_block {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 52.76%);
    }
    .button_offer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .button_offer>h1 {
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: -40px;
    }
    .button_text {
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .myButton {
        background-color: #D92C27;
        border-radius: 0px;
        border: 1px solid #D92C27;
        display: inline-block;
        cursor: pointer;
        padding: 20px 35px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #2F6627;
        color: #FFF;
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 411px;
        text-align: center;
        margin-top: 30px;
    }
    .myButton:hover {
        background-color: #CC0000;
    }
    .myButton:active {
        position: relative;
        top: 1px;
    }
    @media (min-width: 576px) {
        .container,
        .container-sm {
            max-width: 540px
        }
    }
    @media (min-width: 768px) {
        .container,
        .container-md,
        .container-sm {
            max-width: 720px
        }
    }
    @media (min-width: 992px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm {
            max-width: 960px
        }
    }
    @media (min-width: 1200px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1140px
        }
    }
    @media (min-width: 1400px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1320px
        }
    }
    .product_logo {
        padding-top: 2%;
    }
    .product_text {
        padding-top: 5%;
    }
</style></head>

<body>
    <div class="container main_conteiner creative" id="sized">
        <div style="background-color: rgb(36,32,33); margin-bottom: 25px" class="header">
            <h5>Es wird nur eine Minute dauern, um diesen fantastischen Preis zu erhalten!</h5>
        </div>
        <div class="product" style="padding: 0">
            <div class="product_logo" style="background-color: #fff; margin-bottom: 12px">
               <center><a href="https://qrco.de/bg61td"> <img src="https://artfulnormal.com/spnxnorml/bd7e6df231748d1da45030143e64d14a.png" alt="" style="margin-bottom: 12px; width: 52.6%; margin-top: 0px; padding-top:0px"></a>
            </div>
            <div class="product_text">
                <h3 style="color: #000000">Machen Sie eine Untersuchung und gewinnen Sie eine Belohnung!</h3>
                <h4 style="color: rgb(234, 29, 36)"> Ryoko WIFI</h4>
            </div>
            <div class="product_img" style="width: 84.2%;">
                <br>
                <center> <a href="https://qrco.de/bg61td"><img src="https://artfulnormal.com/spnxnorml/1e4e1cd3a245b38ee5f278597ba9c2b3c.png" alt=""></a></center></br>
            </div>
        </div>
        <div class="offer_block">
            <div class="button_offer">
                <br>
                <h1>Glückwunsch!</h1>
                <p class="button_text">Teilen Sie Ihre kostbaren Ideen und gewinnen Sie ungefähr! Sie wurden ausgewählt, um eine kurze Übersicht über Store -Promotions in zu befriedigen  Muama . Durch die Teilnahme könnten Sie eine gewinnen
                <strong style="color: rgb(234, 29, 36)"> Ryoko WIFI</strong>
                <br>
                <br>
                Um zu beanspruchen, nehmen Sie einfach diese kurze Untersuchung in Ihre Erfahrungen mit  Muama.
                </p>
                <div>
<a href="https://qrco.de/bg61td" class="myButton" style="color: #ffffff; background-color: #464545; border-color: #464545">Beginnen Sie jetzt</a>
                </div>
                
            </div>
            <br>
        
        <p style="text-align: center; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 1px; color: rgb(234, 29, 36); padding: 10px">
        Wenn Sie diese E -Mails nicht mehr erhalten möchten, können Sie sich abmelden, indem Sie hier klicken <a href="https://qrco.de/bg61td" style="color:rgb(234, 29, 36);text-decoration:none;"></a>  </p>
        
        </div>
        


</div></body></html>