body {margin:0;font-family:Arial;}
header {background:#0a5c2f;padding:10px;}
.container {display:flex;justify-content:space-between;align-items:center;}
.logo {height:50px;}
nav a {color:white;margin:0 10px;text-decoration:none;}
.hero {display:flex;align-items:center;padding:40px;background:#e9f7ef;}
.hero-text {flex:1;}
.hero-img {width:300px;border-radius:10px;}
.btn {background:#0a5c2f;color:white;padding:10px 20px;text-decoration:none;}
section {padding:40px;text-align:center;}
.product-grid img {width:200px;margin:10px;border-radius:10px;}
footer {background:#0a5c2f;color:white;text-align:center;padding:10px;}
