.footer {
    background-color: #f3f8f6; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 100px; 
    width: 100%;
    box-sizing: border-box;
  }
  
  .footer-logo-centered {
    height: 70px;
    width: auto;
    object-fit: contain;
  }
  
  .footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
  .footer-container a {
    display: inline-block;
  }
  .footer-logo {
    height: 70px; 
    width: auto;
  }