Title Component
A reusable component for rendering a title with specified styling.
Example usage:
<Title>Title Text</Title>
Props
props: The properties passed to the Title component.props.children: The content to be displayed as the title.
Returns
JSX.Element- Rendered Title component.