.gameWrap {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 10px auto 50px;
}

#gameAreaContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* max-width: 500px; */
    margin: auto;
}

canvas {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    border: 0px solid gray;
    padding: 15px;
    background: unset !important;
}

#gameArea {
    width: 100%;
}

.gameScreen {
    width:100%;
}

#gameCover {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#countdown {
    font-family: 'Roboto Condensed', sans-serif;
    /* width: 200px;
    height: 100px;
   position: absolute;
    left: 50%;
    top: 9%;
    margin-left: -100px;
    margin-top: -50px;*/
    color: #ffffff;
    font-size: 53px;
    line-height: 53px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

    #countdown.puffer {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(1.6, 1.6);
        -moz-transform: scale(1.6, 1.6);
        -ms-transform: scale(1.6, 1.6);
        -o-transform: scale(1.6, 1.6);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
    }

    .counterMess {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }

        .counterMess h4 {
            color: #FFF;
            font-size: 15px;
        }


.game-cover-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.cdText {
    text-align: center;
    color: #ffffff;
    font-size: 160px;
}

.gcText {
    text-align: center;
    font-size: 16px;
    color: #bda050;
    padding: 40px;
}


.stGame {
    background-color: #eb1716;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 6px;
}

.tncIcons {
    max-width: 40px;
    display: inline-block;
}

.afterGameMess {
    text-align: center;
    color: #bda050;
    line-height: 15px;
    font-size: 15px;
    padding: 20px;
}


@media (min-width:481px) {
}

@media (min-width:768px) {


    canvas {
        padding: 30px;
    }

}

@media (min-width:1000px) {

    /* .gameWrap {
        position: relative;
        width: 100%;
        max-width: 450px;
        margin: 10px auto 0;
    } */

}

@media (min-width:1025px) {


}

@media (min-width:1441px) {
}
