footer {
  background-color: #f8f9fa;
  color: #333;
  padding: 20px 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}

footer a {
  color: #0077cc;
  text-decoration: none;
  margin: 0 8px;
  display: inline-block;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-links {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

footer small {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
}

