body {
      background-color: #f5f5f5;
      font-family: 'Poppins', sans-serif;
    }
<!--	.watermark {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  width: 250px;
}-->


    .navbar, footer {
      background-color: #b30000 !important;
    }

    .logo-bulat {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 10px;
    }

    .content-section {
      background-color: #fff;
      padding: 2rem;
      border-radius: 10px;
      margin-bottom: 2rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    footer h6,
    footer p,
    footer a,
    footer i {
      color: #ffffff !important;
    }

    footer iframe {
      border-radius: 8px;
    }

    .social-icon i {
      transition: transform 0.3s ease;
    }

    .social-icon i:hover {
      transform: scale(1.2);
    }

    .carousel img {
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .carousel img {
        height: 200px;
      }
    }
	
	  .text-justify {
    text-align: justify;
  }