body {
    /* background: url(images/infos1.png); */
}

label{
    color: white;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card{
     margin-left: 50px; 
     margin-right: 50px; 
    /* margin-top: 15px; */
     /* padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px; */
    /* display: flex; */ 
}



 .card-img-top {
    width: 435px;
    height: 200px;
} 



.analog-clock{
    width:140px;
    height:140px;
}

#clock-face{
    stroke:black;
    stroke-width:1px;
    fill:rgb(148, 78, 148);
}

#h-hand, #m-hand, #s-hand, #s-tail{
    stroke:white;
    stroke-linecap:round;
}

#h-hand{
    stroke-width:3px;
}

#m-hand{
    stroke-width:2px;
}

#s-hand{
    stroke-width:1px;
}

.time-text{
    text-align:center;
}

