<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
bk_image
{
size: 50%;
position:absolute;
left:0px;
top:0px;
z-index:-1
}

#fixedDate{
position:relative;
top:-420px;
left:50px;
z-index:0;
}

#fixedClock{
position:relative;
top:-400px;
left:70px;
z-index:1;
}

input.datetext
{
width: 15em;
font-family: arial;
font-weight: bold;
font-size: 10px;
color: #C3FDB8;
background: #000000;
}
input.timetext
{
width: 4.5em;
height: 180px;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 140px;
color: #C3FDB8;
background: #000000;
}
</pre></body></html>