Description
Provide a new theme called Oscar for the website by adding them under the public/static/themes folder located in the codebase (project folder).
To start building the new theme, you can infer the simple theme located under public/static/themes and the HTML (handlebar) files located under public/templates to get a reference to all the classes and selectors available to be styled for the theme.
Here is an image of what the theme should look like on wide and long-screen devices 👇 .


Note: The red highlighted region is where the Websurfx heading is expected to go.
Additional Notes
This theme idea was borrowed from the issue on the Searx project, which can be found here for reference:
searx/searx#2440