body{
    background-color: #000000;
    padding: 0%;
    margin: 0%;
}
.clock-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    color: #fbfbfbdc; 
    text-align: center;
    margin-top: 60px;
    text-shadow: 0 0 15px #ffffff, 0 0 30px #aaaaaa, 0 0 50px #ffffff;
}

.clock{
    font-family: 'Times New Roman', Times, serif;
    font-size: 70px;
    color:#ffffff;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
box-shadow: -8px 6px 92px -2px rgba(255,255,255,0.79);
-webkit-box-shadow: -8px 6px 92px -2px rgba(255,255,255,0.79);
-moz-box-shadow: -8px 6px 92px -2px rgba(255,255,255,0.79);
padding: 3%;
border-radius: 50pt;
}