.footer-contanier{
  color: black;
  background-color: #90d9ed;
}
.custom-footer-container {
  max-width: 1200px; /* Adjust width as needed */
  margin: 0 auto; /* Center the footer content */
  padding: 0 15px; /* Padding on the sides */
}
.social-icon{
  size: 2rem;
}

