/* css/footer.css */
.main-footer {
  background-color: #007a5c;
  color: white;
  padding: 20px 10px;
  text-align: center;
  font-size: 0.95em;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
}
.footer-links a {
  color: white;
  margin: 0 8px;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
