.site-footer {
  background: linear-gradient(90deg, #1A315C, #1A535C);
  color: white;
  font-family: 'Poppins', sans-serif;
  padding: 30px 20px;
  text-align: center;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
}

.footer-socials {
  margin: 15px 0;
}

.footer-socials a {
  margin: 0 10px;
  display: inline-block;
  transition: transform 0.3s;
}

.footer-socials a:hover {
  transform: scale(1.1);
}

.footer-socials img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.footer-text {
  font-size: 16px;
  color: #FFFFFF;
}

footer p {
  margin: 10px 0;
  font-size: 14px;
  color: #E0E0E0;
}
