/*
Theme Name: MyCustomTheme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A minimal WordPress custom theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mycustomtheme
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #333;
}
