You could add another condition in the event with the countdown to say timerText > 0, then the timer will only count down when the timerText is greater than 0 and won't go into the negative numbers.
Then create an event that says timerText = 0 | (change layout to Game Over screen, or whatever).