.neon-clock {
    background: #10A2DF;
    border-radius: 15px;
    padding: 15px 20px;
    text-align: center;
   
	box-shadow: 0 0 20px #2763AB, 0 0 40px #2763AB;
    font-family: 'Courier New', monospace;
    color: #ffeeba;
    width: 150px;
    margin: 20px auto;
    transition: transform 0.2s;
}

.neon-clock:hover {
    transform: scale(1.05);
}

.neon-clock #neon-time {
    font-size: 1.8em;
    font-weight: bold;
    text-shadow: 0 0 5px #ff6ec7, 0 0 10px #ff6ec7, 0 0 20px #ff6ec7;
}

.neon-clock #neon-date {
    font-size: 0.9em;
    margin-top: 5px;
    text-shadow: 0 0 3px #ff6ec7, 0 0 6px #ff6ec7;
}@charset "utf-8";
/* CSS Document */

