/*
Theme Name: Simple Ecommerce Theme
Author: Your Name
Version: 1.0
Description: A minimal WordPress theme with basic header, body, and footer.
*/
body {
  font-family: Arial, sans-serif;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}
header, footer {
  background: #222;
  color: #fff;
  padding: 20px;
}
main {
  padding: 40px 20px;
  background: #fff;
}
