*{
    padding: 0;
    margin: 0;
}
#game{
    width: 420px;
    height: 520px;
    border: 5px solid white;
    margin: auto;
    overflow: hidden;
}
#character{
    width: 40px;
    height: 40px;
    background: url(tati.png);
    position: relative;
    top: 200px;
    left: 190px;
    z-index: 3;
}
.block{
    width: 420px;
    height: 20px;
    background: url(yagoda.png);
    position: relative;
    top: 100px;
    margin-top: -20px;
}
.hole{
    width: 60px;
    height: 20px;
    background: url(torta.png);
    position: relative;
    top: 100px;
    margin-top: -20px;
}