p {
margin: 0;
padding: 0;
}

#clock {
font-family: 'Share Tech Mono', monospace;
/* color: #ffffff; */
text-align: center;
position: absolute;
left: 75%;
top: 20px;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
color: #000;
text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
/* margin-left: 1000px;
margin-top: 5px; */
}
#clock .time {
letter-spacing: 0.05em;
font-size: 18px;
padding: 5px 0;
}
#clock .date {
letter-spacing: 0.1em;
font-size: 14px;
}
