#clockContiner{
    /* background-color: rgb(3, 3, 80); */
    position: relative;
    margin: auto;
    border: 2px solid  rgb(3, 3, 80);
    height: 40vw;
    width: 40vw;
    background: url(../asset/img/clock.jpg) no-repeat;
    background-size: 100%;
}
#hour,#minute,#second{
    position: absolute;
    background: black;
    border-radius: 10%;
    transform-origin: bottom;
}
#hour{
    height: 20%;
    width: 1.8%;
    top: 29%;
    left: 48.9%;
    opacity: 0.8;
    /* display: none; */

}
#minute{
    height: 28%;
    width: 1.1%;
    top: 21%;
    left: 49.5%;
    opacity: 0.8;
    /* display: none; */


}
#second{
    height: 37%;
    width: 0.5%;
    top: 15%;
    left: 49.5%;
    opacity: 0.8;
    /* display: none; */


}