body { font-family: Arial, sans-serif; margin:0; padding:0; background:#f4f4f9; }
header { background:#2c7a2c; color:white; padding:15px; text-align:center; }
header h1 { margin:0; }
nav a { margin: 0 15px; color:white; text-decoration:none; }
nav a:hover { text-decoration: underline; }
main { padding:20px; }
.hero { background:#e2f0d9; padding:30px; text-align:center; }
h2 { color:#2c7a2c; }
form { max-width:500px; margin:auto; background:white; padding:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); }
input, textarea { width:100%; padding:10px; margin:5px 0; border:1px solid #ccc; border-radius:5px; }
button { background:#2c7a2c; color:white; padding:10px 15px; border:none; border-radius:5px; cursor:pointer; }
button:hover { background:#1e591e; }
footer { background:#222; color:white; text-align:center; padding:10px; margin-top:20px; }
table { border-collapse: collapse; margin-top:20px; }
th, td { padding:10px; text-align:left; border:1px solid #ddd; }
tr:nth-child(even) { background:#f9f9f9; }
.gallery { display:flex; flex-wrap:wrap; gap:20px; }
.gallery-item { width:200px; text-align:center; }
.gallery-item img { width:100%; height:150px; object-fit:cover; border-radius:5px; }
.blog-post { background:white; padding:15px; margin:10px 0; border-radius:5px; box-shadow:0 0 5px rgba(0,0,0,0.1);}
.blog-post h3 { color:#2c7a2c; }
.products { display:flex; flex-wrap:wrap; gap:20px; }
.product-item { width:200px; text-align:center; background:white; padding:10px; border-radius:5px; box-shadow:0 0 5px rgba(0,0,0,0.1);}
.product-item img { width:100%; height:150px; object-fit:cover; border-radius:5px; }
