'''
start_msg = welcome_screen.render("Press Y to start or autostart in 10 seconds", True, (255,255,255))
startmsg_rect = welcome.get_rect(center = (int(displayWidth/2), int(displayHeight/3)))
display.blit(start_msg, startmsg_rect)
pygame.display.flip()
'''
The text isn't coming as center-aligned.