Change theme per page or post [closed]

No, you can’t display a different Theme for different Pages or Posts; however, you can create custom template files and custom CSS for given Pages or Posts.

Ensure that your Theme calls <?php body_class(); ?> inside the HTML <body> tag, and then inspect the classes output for the Page or Post for which you want to create the custom style/layout.