When adding custom CSS to customise the look and feel of the festival it's really tough to identify which CSS selectors to use to target specific elements, mainly because the developers have used TailWind or something like it to style the elements. It would be are huge help if the following ideas were introduced: 1) elements should be semantically appropriate to the content, e.g. <section>, <h1>, instead of just plain <div> elements 2) human-readable classes and / or ids applied where appropriate, e.g. "film-list", "film-item", "nav-item", "page-title" 3) a class applied to the main containing element for each page template, so we can tell which page to apply styles to, e.g. "catalog-page", "film-page". If these were done then custom styling would be far more robust, quicker, easier, and cheaper.