body {
        padding: 50px;
        background-color: #f8f9fa;
      }
      .section-title {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 0px;
      }
      .section-secondary {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 40px;
      }
      .village-head-photo {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
      }
      .name {
        text-align: center;
        font-weight: 600;
        margin-top: 10px;
        font-size: 18px;
      }
      .content-box {
        background-color: #eef;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 18px;
      }
      .visi,
      .misi {
        margin-top: 20px;
      }
      .misi ul {
        padding-left: 20px;
      }