/* Footer Styling */
.footer {
  background: #222;
  color: #fff;
  font-size: 0.9rem;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ff6600;
}
