public static void DrawTextCenteredStretched(this SpriteBatch batch, FontRenderer fontRenderer, string text, Rectangle borders, Color color)
 {
     fontRenderer.DrawTextCenteredStretched(batch, text, borders, color);
 }