/*
Theme Name: My Custom Theme
Theme URI: https://yourwebsite.com/my-custom-theme
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme created from scratch.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}
