#car1,#car2,#car3,#car4,.road{animation-duration:0s;animation-fill-mode:both;animation-timing-function:linear;animation-iteration-count:infinite}#car,#car1,#car2,#car3,#car4{animation-play-state:running}.extracars,.gamearea,.gamewrap{overflow:hidden}.gamewrap{width:400px;height:790px;border:2px solid #000;border-radius:5px}.gamearea{width:100%;height:600px;border-bottom:1px #000 solid}#car,.extracars img{height:150px;width:75px}.controls .btn{margin-top:20px}.extracars img{transition:2s!important}#car{margin:0 auto 0 175px;top:0;position:absolute;transition:.5s}.road{position:relative;top:-500px;height:250%;width:400px;animation-name:mymove;animation-delay:2s;background-image:url(../RESOURSE/roadbg.jpg);background-size:100% 100%;background-repeat:repeat-y}#blast,#codeTitle,.extracars,.niddles div{position:absolute}@keyframes mymove{from{top:-500px}to{top:00px}}#blast{z-index:5;height:100px}@keyframes obstaclemove{from{top:-200px}to{top:650px}}#car1,#car2,#car3,#car4{animation-name:obstaclemove;animation-delay:1s;position:absolute;z-index:2;top:-200px;visibility:hidden}#car1{margin-left:30px}#car2{margin-left:110px}#car3{margin-left:215px}#car4{margin-left:300px}.extracars{display:none;width:400px;height:inherit}#codeTitle{color:#fff;margin-left:20px}.gameAndDisplay{width:800px}#codeWindow{background-color:#000;color:#fff;border:2px solid #000;height:790px;width:400px;font-size:10px;padding:20px}@media(max-width:800px){.gameAndDisplay{width:auto}#codeTitle,#codeWindow{display:none}}.controls{background-color:#fff}#h-hand,#m-hand{background-color:#000}.clock-face{border:2px solid #000;border-radius:50%}#m-hand{height:4px}#h-hand{width:170 px;height:6px}.niddles div{transform-origin:100%;border-radius:50%}