* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.path {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin-bottom: 1px;
    border: 10px solid #000;
}

h1 {
    font-size: 20px;
    font-family: Verdana;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

h2 {
    font-size: 16px;
    font-family: Verdana;
    text-align: left;
}


.block {
    position: absolute;
    width: 150px;
    height: 55px;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    background-size: 100%;
    background-repeat: no-repeat;
}

.brick {
    position: absolute;
    background-color: turquoise;
    width: 150px;
    height: 10px;
    margin: 0px;
    left: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
}

.actions {
    margin-top: 10px;
}

    .actions .btn {
        margin: 0 4px;
    }

#left {
    font-family: "Wingdings 3";
}

#right {
    font-family: "Wingdings 3";
}

#score {
    color: red;
}

#gameover {
    margin: 50px;
    font-size: 50px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 1.5rem !important;
    }

    #gameover {
        margin: 30px;
        font-size: 32px;
    }

    .block {
        width: 120px;
        height: 44px;
    }
    .path {
        height: 370px;
    }
}
