
body { background-color: #f0fff0; color: #006400; font-family: Tahoma, sans-serif; margin:0; padding:0; }
header, footer { text-align: center; background-color: #d0f0c0; padding: 20px; }
nav ul { list-style: none; padding: 0; display: flex; justify-content: center; gap: 15px; }
nav ul li a { text-decoration: none; color: #006400; font-weight: bold; }
nav ul li a.active { text-decoration: underline; }
.container { display: flex; margin: 20px; }
.sidebar { width: 25%; background-color: #e6ffe6; padding: 15px; border-radius: 8px; }
.content { width: 75%; padding: 15px; }
.partners-top { text-align: center; margin: 15px 0; background-color: #c8f0c8; padding: 15px; border-radius: 8px; }
.footer-green-laser-stores ul { list-style: none; padding: 0; display: flex; justify-content: center; gap: 20px; }
.footer-green-laser-stores ul li a { text-decoration: none; color: #006400; font-weight: bold; }
form input, form textarea { width: 100%; margin-bottom: 10px; padding: 8px; }
form button { background-color: #006400; color: white; padding: 10px 20px; border: none; cursor: pointer; }
