body {font-family: Arial, sans-serif; margin:0; background:white; color:#222;}
header {background:#32CD32; color:white; padding:1em; display:flex; justify-content:space-between; align-items:center;}
header nav a {color:white; margin:0 0.5em; text-decoration:none; font-weight:bold;}
.hero {text-align:center; padding:4em 1em; background:linear-gradient(#32CD32,#228B22); color:white;}
.btn {background:white; color:#228B22; padding:0.6em 1em; text-decoration:none; border-radius:5px;}
.services, .gallery, .about, .contact {padding:2em; text-align:center;}
.services div {background:#f2f2f2; margin:1em; padding:1em; border-radius:10px;}
.gallery img {margin:1em; border-radius:10px; width:300px;}
form {display:flex; flex-direction:column; max-width:300px; margin:auto;}
form input, form textarea {margin:0.5em 0; padding:0.5em;}
form button {background:#32CD32; color:white; padding:0.7em; border:none; border-radius:5px;}
footer {background:#32CD32; color:white; text-align:center; padding:1em; margin-top:2em;}
.logo {width:50px; height:50px;}
