
/*
Theme Name: MainTown Tires & Auto
Theme URI: https://maintowntires.com/
Author: MainTown Tires
Author URI: https://maintowntires.com/
Description: Custom WordPress theme for MainTown Tires & Auto - Service + Online Tire Sales (WooCommerce ready)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maintown-tires
Tags: custom-theme, woocommerce-ready, mobile-friendly
*/

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

header {
    background-color: #000;
    color: yellow;
    padding: 1rem;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

main {
    padding: 2rem;
}

h2 {
    color: #000;
    margin-top: 2rem;
    border-bottom: 2px solid yellow;
    padding-bottom: 0.5rem;
}

footer {
    background-color: #000;
    color: yellow;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}
