* {
    margin: 0;
    padding: 0;

}
body {
    background-color: #0c0d0f !important;
}
#clock h1 {
    color: #64748b !important;
}
#clock .container {
    
    box-shadow: rgba(0, 0, 0, 0.3);
}
span.label  {
    font-size: 1rem;
    text-align: center;
}
#stopwatch h1 {
    color: #64748b !important;
}
#stopwatch .container {
   
    box-shadow: rgba(0, 0, 0, 0.3);
}