diff --git a/BlankProjectTemplate/src/ScoreDisplay.py b/BlankProjectTemplate/src/ScoreDisplay.py
index e67ee320fc00036ef81dd059388873aec22c3c94..4872a0a0fd324f3f321a621366770370a1106528 100644
--- a/BlankProjectTemplate/src/ScoreDisplay.py
+++ b/BlankProjectTemplate/src/ScoreDisplay.py
@@ -25,7 +25,7 @@ def display(score,speed, colour,food_colour, backgroundColour):
         lastPage = pygame.display.set_mode((500, 500))
         lastPage.fill([200,150,100])
 
-        highscore.HighScore.text('WOAHH Your Score is ' + str(score),"comicsansms", 30,[0, 200, 200],(70,50),lastPage)
+        highscore.HighScore.text('WOAHH Your Score is ' + str(score),"comicsansms", 35,[0, 200, 200],(40,50),lastPage)
 
         if (150 <= mousepos[0] <= 150+200 and 150 <= mousepos[1] <= 150+60 ):
             highscore.HighScore.button(lastPage,[0,255,0], [150,150,200,60], 0)
diff --git a/BlankProjectTemplate/src/__pycache__/Interface.cpython-37.pyc b/BlankProjectTemplate/src/__pycache__/Interface.cpython-37.pyc
index 7de63745fe097c29e33b55362db9eb2fa54b415b..2b21faae113cb7d9b6a96c6912cf672f6312d063 100644
Binary files a/BlankProjectTemplate/src/__pycache__/Interface.cpython-37.pyc and b/BlankProjectTemplate/src/__pycache__/Interface.cpython-37.pyc differ
diff --git a/BlankProjectTemplate/src/__pycache__/ScoreDisplay.cpython-37.pyc b/BlankProjectTemplate/src/__pycache__/ScoreDisplay.cpython-37.pyc
index f6313d37335d66c0372c238f809c6ad6bcd42b6e..dee03aac9daddec0837d64ed0ed578c91d53db6c 100644
Binary files a/BlankProjectTemplate/src/__pycache__/ScoreDisplay.cpython-37.pyc and b/BlankProjectTemplate/src/__pycache__/ScoreDisplay.cpython-37.pyc differ