I'm converting some markdown to Html File like this
pandoc basic_python.md -t html -o basic_python.html
By default, the font-size is quite small in the HTML file I'd like to make all the fonts bigger (title, subtitle, text, etc.). How can I do that?