*{
    background-color: black;
}
.clock {
    color:white;
    padding-top: 50px;
    font-size: 100px;
    text-align: center;
    border: solid;
    text-shadow: -5px 0 3px #ff0000, 5px 0 5px #0000ff;
}