<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: #0f3854;
    background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%);
    background-size: 100%;
}

p {
    margin: 0;
    padding: 0;
}

#zztuku {
    font-family: "Share Tech Mono", monospace;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #daf6ff;
    text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}

#zztuku .time {
    letter-spacing: 0.05em;
    font-size: 80px;
    padding: 20px 0 0;
}

#zztuku .date {
    letter-spacing: 0.1em;
    font-size: 24px;
}

#zztuku .text {
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 20px 0 0;
}</pre></body></html>