.game-container{
    margin-top: 20px;
    background:rgb(142, 68, 173);
}
.tile .tile-inner {
    border-radius: 3px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    font-size: 0px;
}

.tile.tile-2 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat1.webp');
    background-size: cover;
}

.tile.tile-4 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat2.webp');
    background-size: cover;
}

.tile.tile-8 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat3.webp');
    background-size: cover;
}

.tile.tile-16 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat4.webp');
    background-size: cover;
}

.tile.tile-32 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat5.webp');
    background-size: cover;
}

.tile.tile-64 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat6.webp');
    background-size: cover;
}

.tile.tile-128 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat7.webp');
    background-size: cover;
}

.tile.tile-256 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat8.webp');
    background-size: cover;
}

.tile.tile-512 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat9.webp');
    background-size: cover;
}

.tile.tile-1024 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat10.webp');
    background-size: cover;
}

.tile.tile-2048 .tile-inner {
    font-size: 0px;
    background-image: url('/img/cats-2048/cat10.webp');
    /* use ../img/pumpkin-cupcake.jpg for fall */
    background-size: cover;
}
/*.tile.tile-8192 .tile-inner {
    font-size: 0px;
    background-image: url("/img/cats-2048/cat12.webp");
    background-size: cover;
}*/

.tile.tile-super .tile-inner {
    font-size: 0px;
    background-image: url("/img/cats-2048/cat16.webp");
    background-size: cover;
}