body {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: radial-gradient(ellipse at center,
            #0a2e38 0%,
            #000 55%);
}

.container {
    font-family: 'Share Teck Mono', monospace;
    text-align: center;
    color: #daf6ff;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
}

h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: white;
}

#time {
    font-family: 'Share Teck Mono', monospace;
    text-align: center;
    color: #daf6ff;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
    font-size: 48px;
}

#date {
    font-family: 'Share Teck Mono', monospace;
    text-align: right;
    color: #daf6ff;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
    font-size: 16px;
}
