@font-face {
    font-family: Big John;
    font-display: swap;
    src: url(fonts/big_john.otf);
 }
.rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}
.menu {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    float: right;
    padding: 20px 20px 0 20px;
    border: 1px solid #0000;
    background-color: rgba(44,55,135, .1);
    color: rgb(184, 182, 182) !important;
    user-select: none;
    z-index: 9999 !important;
}
.menu h1 {
    color: #ec971f !important;
    margin: 0;
}
.markers {
    display: list-item !important;
    padding: 20px 20px 0 20px;
}
.ranking {
    width: 200px;
    height: 400px;
}
.trofeu {
    width: 24px;
    height: 24px;
    background-image: url(/jogos/linhaamarela/img/trofeu.png);
    background-size: cover;
}
#vidas {
    display: flex;
}
.heart {
    background-image: url(/jogos/linhaamarela/img/red-pixelart-style-heart-icon.png);
    background-size: cover;
    width: 32px;
    height: 24px;
}
/* ----------------------------------------------
             * Generated by Animista on 2022-5-23 9:55:26
             * Licensed under FreeBSD License.
             * See http://animista.net/license for more info. 
             * w: http://animista.net, t: @cssanimista
             * ---------------------------------------------- */

/**
* ----------------------------------------
* animation rotate-center
* ----------------------------------------
*/
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}