body{margin:0;box-sizing:border-box;background-color:"#2C325C"}.clock-container{display:flex;align-items:center;justify-content:center}.clock-container .clock{background:url(https://raw.githubusercontent.com/ganeshbabuhc/day1_clock/master/clock.png);background-size:100% 100%;height:150px;width:150px;display:flex;align-items:center;justify-content:center;border-radius:50%}.clock .hor,.clock .min,.clock .sec{position:relative;display:flex;align-items:center;justify-content:center}.clock .hor .hr{background-color:#3d6cb9;position:absolute;height:30px;width:2px;bottom:0;z-index:8;border-radius:2px}.clock .min .mn{background-color:#00d1ff;position:absolute;height:45px;width:2px;bottom:0;z-index:9;border-radius:2px}.clock .sec .sc{background-color:#00fff0;position:absolute;height:60px;width:2px;bottom:-15px;z-index:10;border-radius:2px}
