.footer-links a {
        display: block;
  color: #1f2937;                        
  font-size: 0.875rem;                   
  text-decoration: none;
  transition: color 0.2s ease;
  text-align: center;
  justify-content: center;
  height: 40px;
  background: #ffffff62;

}
.footer-links a:hover {
  color: #2563eb;                        
}
