#clockcontainer{
    position: relative;
    margin:auto;
    border: 2px solid blue;
    height: 40vw;
    width: 40vw;
    background:url(clock.png) no-repeat;
    background-size: 100%;
} 
//sssnun
#hour, #minute, #second{
    position:absolute;
    background:black;
    border-radius: 10px;
    transform-origin: bottom;
}

#hour{
width: 1%;
height: 20%;
top: 28%;
left: 50%;
opacity: 0.8;

}

#minute{
    width: 1%;
height: 30%;
top: 17%;
left: 49.5%;
opacity: 0.8;

    
}
//ss
#second{
    width: 0.1%;
height: 28%;
top: 19%;
left: 49.5%;
opacity: 0.8;
    
}
