Create a story section for story maps
story_section( title, content, position = c("left", "center", "right"), width = 400, bg_color = NULL, text_color = NULL, font_family = NULL )
title
: Section titlecontent
: Section content - can be text, HTML, or Shiny outputsposition
: Position of text block ("left", "center", "right")width
: Width of text block in pixels (default: 400)bg_color
: Background color (with alpha) for text blocktext_color
: Text colorfont_family
: Font family for the section