footer {
  background-color: #f8f9fa;
  padding: 40px 20px;
  font-size: 14px;
  color: #666;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  margin-right: 16px;
  color: #444;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-info p {
  margin: 4px 0;
}

.footer-copy {
  margin-top: 20px;
  text-align: center;
  color: #999;
}
