/*
Theme Name: My Custom Theme
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Tags: custom-theme
Text Domain: mycustomtheme
*/

body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
}
