I was also able to move the timer location to be in the top left corner for people with 1080p monitors. Ive never used a 1440p monitor so you might have to tweak a little more for those
For the game timer fix the X-Y on lines 105 & 106 to:
hud.x = hud.x - 1;
hud.y = hud.y + -5;
For the Round timer fix the X-Y on lines 130 & 131 to:
hud.x = hud.x - 1;
hud.y = hud.y + 9;
I would also change the fontscale from 1.2 to 1.6 on lines 107 & 132 just so the timers can be a tad bigger.
I also changed "settimerup" from 1 to 0 on line 113 just so the timers can start together (Just personal preference)
The timer should now look like the photo I shared.