UPDATE:
You can backup these files:
ROOT/templates/ja_moviemax/less/joomla.less
ROOT/templates/ja_moviemax/css/template.css
and update with attached file (unzip first)
About the 404 error for system.css file, Joomla 4 removed this file so it notices that message. You can open this file:
ROOT/templates/ja_moviemax/tpls/blocks/head.php
and remove line from 35-38:
<?php
// SYSTEM CSS
$this->addStyleSheet(JURI::base(true) . '/templates/system/css/system.css');
?>