/* style.css */
/*
Theme Name: MyTheme
Theme URI: https://example.com/mytheme
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mytheme
Tags: blog, custom
*/

/* Reset and base styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* index.php */