#vue-app{
    text-align:center;
}
#backButton{
position: fixed;
top:32px;
right: 32px;
}
#bag{
    width:200px;
    height:400px;
    margin: 0 auto;
    background: url(/img/bag.png) center no-repeat;
    background-size:80%;
}
#bag.burst{
    background: url(/img/bag-burst.png) center no-repeat;
    background-size:80%;
}
#bag-health{
    width:200px;
    border:2px solid #000;
    margin: 0 auto 20px auto;
}
#bag-health div{
    height: 20px;
    background: crimson;
}
#controls{
    width:120px;
    margin:0 auto;
}