.social-footer {
  background-color: #f8f8f8;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #ccc;
  font-family: sans-serif;
}

.social-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}

.social-link a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.social-link a:hover {
  color: #0056b3;
}

.social-icon {
  width: 40 px;
  height: 40px;
  vertical-align: middle;
}