
body{
    margin: 0;
    padding: 0;
    font-size: 10em;
    font-family:cursive;
    background:black;
    color: white;
    animation-name: bodyColor;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    background-image: url(p.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.TimeBox{
    width: 100%;
    text-align: center;
    height: auto;
    margin: auto;
    margin-top: 200px;
}
#hours,#mins,#secs{
    text-shadow: 1px 1px black,1px 2px black;
}  
#hours{
color: deeppink;
}  
#mins{
color: gold;
}  
#secs{
color: darkcyan;
}  
.colon{
color: darkviolet;
}
