html, body{
    height: 100%;   
}

#clock{
    //background-color: blueviolet;
    color:white;
    font-size: 70px;
    font-family: 'Bungee Shade', cursive;
    position: relative;
    top:40%;
    margin-top: -35px;
    text-align: center;
}