.background {
    background-color: #1b070a;
}
table {
    background-image: url("bg.jpg"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.center {
    margin: auto;
    padding: 10px;
    text-align: center;
}

.center-root { 
    height: 100%;
    position: relative;
}
  
.center-child {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box {
    width: 30px;
    height: 30px;
}

.way {
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(56, 56, 56);
}

.rod {
    border: 2px solid rgb(0, 0, 0);
    border-top: 2px solid rgb(143, 143, 143);
    background-color: rgb(56, 56, 56);
}

.tnk {
    background-image: url("tnk.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.blt {
    background-image: url("blt.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
}
.car-0 {
    background-image: url("car-0.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-1 {
    background-image: url("car-1.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-2 {
    background-image: url("car-2.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-3 {
    background-image: url("car-3.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-4 {
    background-image: url("car-4.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-5 {
    background-image: url("car-5.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-6 {
    background-image: url("car-6.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.car-7 {
    background-image: url("car-7.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.tnk-d {
    background-image: url("tank-dead.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    animation: blinker 1s linear infinite;
}

.amo-plus {
    background-image: url("amo-plus.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    animation: blinker 1s linear infinite;
}

.enemy-dead {
    background-image: url("enemy-dead.png"); 
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    animation: blinker 1s linear infinite;
}
  
@keyframes blinker {
    50% {
      opacity: .5;
    }
}

.scoreboard {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    padding: 10px;
    color: #fff;
    min-height: 100px;
}

.scoreboard-block-one {
    display: inline-block;
    text-align: left;
    width: 50%;
}

.game-hint {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    padding: 10px;
    color: rgb(88, 88, 88);
    opacity: 0.6;
}

.score {
    text-align: center;
}

.controller {
    text-align: center;
    width: 100%;
}
.controller-pc{
    display: block;
}

.controller-mob{
    display: none;
}

.controller-btn {
    display: inline-block;
    background-color: blueviolet;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.container-text {
    text-align: center;
    color: #fff;
}

.menu {
    position:absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}

.menu-title {
    width: 50px;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    opacity: 0.7;
    font-size: 28px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
}

.menu-option {
    padding: 20px;
    background-color: rgb(68, 68, 68);
    border-radius: 20px;
    color: #fff;
    width: 100px;
    height: 100px;
    opacity: 0.7;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
}

.menu-option-text {
    font-size: 10px;
}

.gst-0 {
    background-image: url("gst-0.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.gst-1 {
    background-image: url("gst-1.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.gst-2 {
    background-image: url("gst-2.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.gst-3 {
    background-image: url("gst-3.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.gst-4 {
    background-image: url("gst-4.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.gst-5 {
    background-image: url("gst-5.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.pls {
    background-image: url("pls.png"); 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

@media (max-width: 479px) {
    .box {
        width: 10px;
        height: 10px;
    }

    .controller-pc{
        display: none;
    }

    .controller-mob{
        display: block;
    }

    .controller-btn {
        display: inline-block;
        background-color: blueviolet;
        padding: 15px;
        border-radius: 20px;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
    }
}