body {
    background-color: rgb(0, 0, 0);
    text-align: center;
  }
div {
    color: white; 
}

div.magic_red {
    color: rgb(252, 99, 99);
}

div.magic_blue {
    color: rgb(124, 154, 255);
}

.digit1{
    /* Some attributes set here */
    background-position:0px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit2{
    /* Some attributes set here */
    background-position:-63px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit3{
    /* Some attributes set here */
    background-position:-126px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit4{
    /* Some attributes set here */
    background-position:-189px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit5{
    /* Some attributes set here */
    background-position:-252px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit6{
    /* Some attributes set here */
    background-position:-315px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit7{
    /* Some attributes set here */
    background-position:-378px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit8{
    /* Some attributes set here */
    background-position:-441px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit9{
    /* Some attributes set here */
    background-position:-504px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit0{
    /* Some attributes set here */
    background-position:-567px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
.digit_{
    /* Some attributes set here */
    background-position:-630px 0px;
    background-image: url(img/digits.png); width: 63px; height: 83px;
}
