body{
    margin: 0;
    padding: 0;
}

.wrapper{
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'rawDg';
    src: url('../assets/Rawer.woff') format('woff');
}

.bgout, .instr, .swipe, .score, .grain, .logo, .incp, .swipe2, 
.cpout, .prout, .prodout
{
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.fbg{
    background-color: red;
}

.fx, .parts{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92px;
    height: 89px;
    pointer-events: none;
}

.scnr{
    position: absolute;
    width: 17px;
    height: 23px;
    top: 14px;
    left: 60px;

    font-family: rawDg, Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
}



.obst_1, .burger{
    position: absolute;
    width: 62px;
    height: 39px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.obst_2, .free{
    position: absolute;
    width: 95px;
    height: 31px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.obst_3, .drink{
    position: absolute;
    width: 41px;
    height: 67px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.obst_4, .burger{
    position: absolute;
    width: 62px;
    height: 39px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.obst_5, .mint{
    position: absolute;
    width: 47px;
    height: 52px;
    top: 0;
    left: 0;
    pointer-events: none;
}




.bowl{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: 173px;
    height: 46px;
}

.bowbg{
    position: absolute;
    top: 0;
    left: 0;

    width: 173px;
    height: 46px;
}

.hit{
    position: absolute;
    width: 80px;
    height: 10px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;

    /* background-color: black; */
}

.bottom{
    position: absolute;
    width: 300px;
    height: 10px;
    bottom: -10px;
    left: 0;
}

.counter{
    position: absolute;
    width: 320px;
    height: 10px;
    left: 0;
    top: 0;
    background-color: red;
}