html,body {
    height: 100%;
}
body {
 /*   background: #0f3854;
    background: radial-gradient(ellipse at left, #94baf7 5%, #3c76f2 70%);
    background-size: 100%; */
}
p {
    margin: 0;
    padding: 0;
}
#clockm {
    font-family: 'Share Tech Mono', monospace;
    color: #1304f9;
    text-align: center;
    position: relative;
    left: 1px;
    top: 1px;
 
    color: #daf6ff;
    color: #1304f9;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
    .time {
        letter-spacing: 0.05em;
        font-size: 1.5em;
        padding: 5px 0;
    }
    .date {
        letter-spacing: 0.05em;
        font-size: 1.5em;
    }
    .text {
        letter-spacing: 0.1em;
        font-size: 1.5em;
        padding: 20px 0 0;
    }
