
/*
Theme Name: FootyGenius Theme
Theme URI: https://footygenius.example.com
Author: FootyGenius Team
Description: Custom WordPress theme for FootyGenius app. Clean, modern, expandable.
Version: 1.0
Tags: clean, responsive, simple
*/

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #FFFFFF;
  color: #1A3C37;
}
header {
  background: #26A69A;
  padding: 2rem;
  text-align: center;
  color: white;
}
.hero-title {
  font-size: 2.5rem;
  margin: 0;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}
.feature-card {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.5rem;
  width: 300px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.screenshots {
  text-align: center;
  padding: 2rem;
}
.screenshot-img {
  max-width: 90%;
  margin: 1rem auto;
  display: block;
  border-radius: 8px;
}
footer {
  background: #1A3C37;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}
