footer {
  background: #f9f9f9;
  padding: 20px 0;
}

.footer-links {
  font-size: 0.85rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.footer-links li {
  display: flex;
  align-items: center;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #0073e6;
}

.footer-links img {
  height: 30px;
  width: auto;
}
