
/*
Theme Name: Custom Business Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A basic custom WordPress theme with CSS & JS enqueued via functions.php
Version: 1.0
License: GPL v2 or later
Text Domain: custom-business-theme
*/
/* 
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

header {
    background: #111;
    color: #fff;
    padding: 15px;
}

footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.container {
    width: 90%;
    margin: auto;
    padding: 20px 0;
} */
