<h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;"><strong>Market Hub</strong></h2>

Welcome to the Market. Here, you can find the different Shops. Click the artwork to go to the store pages.
<div style="height:10px;"></div>

<style>
    .container-one {
        display: flex;
        justify-content: center;
        width: 200px;
        padding: 10px 10px 0px 10px;
        background-color: #eee7d3;
        border-radius: 15px 15px 0px 0px;
    }
</style>

<div class="container-one">

    <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 18px;"><strong>Market</strong></h2>
</div>
</div>

<style>
    .container-two {
        display: flex;
        flex-wrap: wrap;
        gap: 30px; /* texting this one */
        justify-content: space-around;  
        justify-content: center;
        justify-content: space-evenly;
        text-align: center;
        padding: 10px 10px 10px 10px;
        background-color: #eee7d3;
        border-radius: 0px 15px 15px 15px;
    }

    /* .container div {
        background-color: #b8b0a0;
        margin: 10px;
        padding: 20px;
        font-size: 30px;
    } */
</style>
</head>

<body>


    <div class="container-two">
        <div>
            <a href="https://kingdomsofgriffia.com/market/voidwell"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/5vNZ6dI879Z5eMpq4tmiVFUrZtA5M3wKfyBTy7d4.png?version=1"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">Void Well</h2>
            Turn your items into Gold Coins
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/market/g-mart"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/OwGJjcWgyMgRDsEB3h50vxRFZLzYhYBUzPMYjdnc.png?version=1"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">G - Mart</h2>
            Spend your Gold Coins in the G-Mart
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/market/v-mart"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/dlOHUPRRDm9UkBC2VWjxHVlYZpHULrfyjpqOiH88.png?version=1"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">V - Mart</h2>
            Spend your Vouchers in the V-Mart
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/market/hnb-shack"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/aSKzrHwvFeUKhDjxDRLIq2fMLrY7nBa9oYJE8DIu.png?version=1"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">H&B Shack</h2>
            Exchange Items for other Items
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/market/magic-shop"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/hMp4nRBOWGP6zqiPXIfjyG99hpLgseRn3EdxyxJV.png?version=0"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">Magic Shop</h2>
            Activate Sidekicks and Color Time Activity
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/festivities/ticket-booth"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/rgCh0JLFS3q2evf9XKUPM35CFaLA1YzTR0I0lJIn.png?version=1"
                    alt="Accessories Information" width="163" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">Ticket Booth</h2>
            Exchange tickets for Event Rewards
        </div>

        <div>
            <a href="https://kingdomsofgriffia.com/market/trade"><img
                    src="https://kingdomsofgriffia.com/storage/images/graphics/npTXUpJRg7RzAL6EiCEa1QgXCgBzVYRYGK4UYK5M.png?version=0"
                    alt="Accessories Information" width="225" height="175"></a>
            <h2 style="color: #b8b0a0; font-family: Arial, Helvetica, sans-serif; font-size: 24px;">Trading Center</h2>
            Trade Items or Griffians with other Users<br>
            <a href="https://kingdomsofgriffia.com/transfers" style="color: #2dc26b;"><strong>Manual Griffian
                    Transfers</strong></a> | <a href="https://www.deviantart.com/comments/1/903491140/4995438011"
                style="color: #35a5e5;"><strong>Comment Here</strong></a>

        </div>
    </div>

    <div style="height:20px;"></div>

    <h5 style="text-align: center; font-size: 18px;">Need help or have feedback? You can use any of these pages:<br>
        <a href="https://kingdomsofgriffia.com/home/help-desk" style="color: #2dc26b;"><strong>[Help Desk]</strong></a>,
        <a href="https://www.deviantart.com/griffiabot/journal/Ask-Us-a-Question-1028953189"
            style="color: #35a5e5;"><strong>[Submit a Question]</strong></a>, or <a
            href="https://kingdomsofgriffia.com/home/feedback" style="color: #2dc26b;"><strong>[Send
                Feedback]</strong></a>.
    </h5>

    </div>








    <br>

    </div>
    <!--  
    <a href="https://kingdomsofgriffia.com/home/help-desk" style="color: #2dc26b;"><strong>[Help Desk]</strong></a>

    <a href="https://www.deviantart.com/griffiabot/journal/Ask-Us-a-Question-1028953189" style="color: #35a5e5;"><strong>[Submit a Question]</strong></a>

    <a href="https://kingdomsofgriffia.com/home/feedback" style="color: #2dc26b;"><strong>[Send Feedback]</strong></a>

    -->