body{

    background-color: #1a1a1a;
    color: #00ff88;  /* Verde neon estilo Matrix */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;

}

.clock-container h1{
     
    font-size: 5rem;
    border: 2px solid #00ff88;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);
    
}