.examine {
    /* position: relative;
    top: 200px;
    left: 200px; */
    position: absolute;
    top: 33px;
    left: 77px;
    width: 117px;
    height: 96px;
}
.bubble {
    position: absolute;
    top: -40px;
    left: 90px;
}
.lens {
    position: absolute;
    top: 33px;
    left: 77px;
    width: 117;
    height: 96;
}
.postbox {
    position: absolute;
    top: 257;
    left: 636;
    width: 59;
    height: 59;
}
.guestbook {
    position: absolute;
    top: 154;
    left: 594;
    width: 80;
    height: 59;
}
.hair {
    position: absolute;
    top: 192;
    left: 193;
    width: 80;
    height: 94;
}
.dowel {
    position: absolute;
    top: 139;
    left: 309;
    width: 62;
    height: 103;
}
.cat {
    position: absolute;
    top: 198;
    left: 417;
    width: 100;
    height: 127;
}
.crocodile {
    position: absolute;
    top: 62;
    left: 419;
    width: 150;
    height: 129;
}
.letter {
    position: absolute;
    top: 64;
    left: 336;
    width: 71;
    height: 64;
}
.feather {
    position: absolute;
    top: 59;
    left: 264;
    width: 50;
    height: 70;
}
.help {
    position: absolute;
    top: 29;
    left: 609;
    width: 100;
    height: 101;
}
.sign {
    position: absolute;
    top: 211;
    left: 536;
    width: 51;
    height: 100;
}
.reader {
    position: absolute;
    top: 136;
    left: 87;
    width: 75;
    height: 127;
}
.babie {
    position: absolute;
    top: 267;
    left: 283;
    width: 96;
    height: 114;
}
.bus {
    position: absolute;
    left: 0;
}
.bus-driving {
    animation-name: driving;
    animation-duration: 5s;
}

@keyframes driving {
    0% {left:0px;}
    100% {left:900px;}
}



