.footer {
  background-color: rgb(0, 51, 102); /* biru gelap */
  padding: 1rem 1rem;
  margin-top: 2rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-text {
  color: rgb(255, 255, 255);
  font-size: 0.9rem; /* lebih kecil agar pas di HP */
  font-weight: 400;
  margin-top: 0.8rem;
}

.social-icons {
  margin-bottom: 0.5rem;
}

.social-icons a {
  color: rgb(255, 255, 255);
  margin: 0 8px;
  font-size: 1.2rem;
  text-decoration: none;
}

