 html, body {
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      font-family: 'Poppins', sans-serif;
      background-color: #f5f5f5;
    }

    main {
      flex: 1 0 auto;
    }

    footer {
      flex-shrink: 0;
      background-color: #8b0000;
      color: white;
    }

    /* tambahan styling */
    .anggota-box {
      background: white;
      border-radius: 8px;
    }
    .anggota-foto {
      border-radius: 50%;
      max-width: 150px;
      max-height: 150px;
      object-fit: cover;
      margin: 0 auto 1rem auto;
      display: block;
    }

    /* text justify untuk visi misi */
    .text-justify {
      text-align: justify;
    }

    /* hover efek social icon */
    .social-icon:hover {
      color: #ff6666;
    }
    
    .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000; /* Tambahkan agar latar belakang hitam saat gambar tidak penuh */
}
