def bottom_border
      bottom_space_left = width - bottom_space_taken
      bottom_space_before = bottom_space_left / 2
      bottom_space_after = bottom_space_left / 2 + bottom_space_left % 2