body{
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.always-on-display {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#time{
    font-size: 5em;
    margin: 0;
    color: white;
}
#date {
    font-size: 2em;
    margin: 0;
}
