
/*
Theme Name: Custom WordPress Theme
Theme URI: http://example.com/custom-theme
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme based on the provided React project
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

header, footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

main {
    padding: 20px;
    background-color: #fff;
}

h1, h2 {
    color: #333;
}

/* Add more styles as needed */
