body {
		  background-color: #f5f5f5;
		  font-family: 'Poppins', sans-serif;
		}

		.navbar, footer {
		  background-color: #b30000;
		}

		.content-section {
		  background-color: #fff;
		  padding: 1rem;
		  border-radius: 10px;
		  margin-bottom: 2rem;
		  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		}

		.structure-card img,
		.table td img {
		  max-width: 100px;
		  max-height: 100px;
		  object-fit: cover;
		  border-radius: 5px;
		}

		.header-title {
		  color: #8b0000;
		  font-weight: bold;
		  text-align: center;
		  margin-bottom: 50px;
		}
		
		thead th {
  vertical-align: middle !important;  /* Tengah secara vertikal */
  text-align: center !important;      /* Tengah secara horizontal */
}
