.real-time-clock {
font-family: Helvetica, Arial, sans-serif; /* Helvetica with fallbacks */
font-size: 24px; /* 12px font size */
font-weight: 500; /* 500 font weight */
color: #Ffffff; /* Light cream color */
text-align: center; /* Optional: Center-align the text */
letter-spacing: 2px
}
.real-time-clock {
mix-blend-mode: difference; /* Enable blending effect */
font-family: Helvetica, Arial, sans-serif; /* Font family */
font-size: 24px; /* Font size */
font-weight: 500; /* Font weight */
color: #Ffffff; /* Initial text color */
text-align: center; /* Center-align the clock text */
background: none; /* Transparent background */
}