.clock-container { background-color: transparent; } .clock-time { font-size: 72px; font-weight: bold; font-family: "FiraCode Nerd Font"; color: #ebdbb2; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); } .clock-date { font-size: 20px; font-family: "Inter"; color: #a89984; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); }