/*
Theme Name: GamerX Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Lightweight, AdSense-optimized gaming theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gamerx-theme
*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
a {
  text-decoration: none;
  color: #333;
}
