.clock__background{background:#01141e;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;display:flex}.clock__sizing{transform:scale(1)}.clock{box-sizing:border-box;background:url(/assets/clock.png) 0 0/cover;border:4px solid #d0d8dd;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;display:flex;box-shadow:0 -15px 15px #ffffff0d,inset 0 -15px 15px #ffffff0d,0 -15px 15px #0000000d,inset 0 -15px 15px #0000000d}.clock:before{content:"";z-index:100;background:#fff;border-radius:50%;width:10px;height:10px;position:absolute}.clock .hour,.clock .min,.clock .sec{position:absolute}.clock .hour,.hr{width:90px;height:90px}.clock .min,.mn{width:110px;height:110px}.clock .sec,.sc{width:190px;height:190px}.hr,.mn,.sc{border-radius:50%;justify-content:center;display:flex;position:absolute}.hr:before{content:"";z-index:10;background:#ff105e;border-radius:6px 6px 0 0;width:8px;height:40px;position:absolute}.mn:before{content:"";z-index:11;background:#fff;border-radius:6px 6px 0 0;width:4px;height:50px;position:absolute}.sc:before{content:"";z-index:12;background:#105cff;border-radius:6px 6px 0 0;width:2px;height:110px;position:absolute}
