body {

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 100vh;

    margin: 0;

    background-color: #222;

    font-family: 'Roboto Mono', monospace; /* A monospace font for digital look */

    color: #eee;

    overflow: hidden;

}



.container {

    text-align: center;

}



.text-above,

.text-below {

    font-size: 1.5em;

    margin-bottom: 20px;

    color: #aaa;

}



.time-display {

    font-size: 6em; /* Large digital digits */

    letter-spacing: 5px;

    display: inline-block;

    padding: 20px;

    background-color: #333;

    border-radius: 10px;

    box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);

    color: #0f0; /* Green for digital effect */

}



.digit {

    font-weight: bold;

}



.label {

    font-size: 0.3em;

    vertical-align: super;

    margin-left: -10px;

    margin-right: 15px;

    color: #0a0;

}
