body {
    display: flex;
    justify-content: center;
    background-image: url(https://png.pngtree.com/element_our/sm/20180313/sm_5aa74626dc99f.jpg);
  }

.pkp_structure_page {
    background: #ffffffe6;
    width: 100%;
  }
  /* user */
  
  /* Header */
  .pkp_structure_head {
  background-color: #803300ff;
  background-size: cover;
  border: none;
}

  .pkp_site_name_wrapper {
    padding: 0;
    width: 100%;
  }

  .pkp_site_name .is_img {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0;
  }

  .pkp_site_name .is_img img {
    max-height: 250px;
    width: 100%;
  }
  
  .has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
    height: 225px;
    width: 100%;
  }
  
  .pkp_site_nav_menu {
    height: 30px;
  }
  
  #navigationUserWrapper {
    display: none;
    width: 180px;
    justify-content: center;
  }
  
  .pkp_navigation_user {
    text-align: center;
    font-size: 15px;
  }
  
  .pkp_navigation_user_wrapper {
    position: relative;
    top: -144px;
    left: 92%;}
  
    #navigationUser li a {
      font-family: arial;
      font-weight: bold;
    }
  
  .pkp_navigation_primary_wrapper {
      padding-left: 30px;
      padding-right: 30px;
      background: #ffde59;
      margin-bottom: 20px;
      border-bottom: 0.5px solid #d5d3d3;
      display: flex;
      justify-content: center;
  }
  
    #navigationPrimary li a {
      color: #000000;
      font-family: arial;
      font-weight: bold;
    }
  
    #navigationPrimary li a:hover {
      color: #803300ff;
      border: none;
      transform: none;
    }

    .pkp_nav_list ul {
        background-color: wheat;
    }
  
    .pkp_search_desktop .search_prompt {
      color: #000000;
      display: none;
    }
  
    .pkp_search_desktop .search_prompt:hover {
      color: #ffde59ff;
    }
  
  /* Structure */
  .pkp_structure_content {
    margin-top: 65px;
    padding-top: 17px;
  }

 .pkp_structure_main {
    margin-top: 20px;
}
  
  .pkp_page_index .homepage_image img {
    display: none;
  }
  
  /* Side Bar */
  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .pkp_structure_sidebar.left > div {
    box-shadow: 0px 1px 5px 1px #00000040;
    width: 250px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .content {
    width: 100%;
    background: wheat;
  }

  .judul-sidebar {
    color: white;
    background: #803300ff;;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    font-family: arial;
    font-weight: bold;
    border-bottom: 10px solid #ffde59;
  }

  #customblock-Menu .judul-sidebar {
    margin-bottom: 10px;
  }

  .isi-sidebar {
    padding: 0px 25px 15px 25px;
  }


  .isi-sidebar p a {
    color: #000000;
    font-size: 15px;
    line-height: 1px;
    border: none;
  }

  #customblock-Login .submit {
    background-color: #803300ff;
  }

  #customblock-Search .isi-sidebar {
    padding-bottom: 0;
  }

  #customblock-Search .search_input {
    margin-bottom: 20px;
  }

  #customblock-Search .submit button {
    background-color: #803300ff;
    color: white;
    font-family: Arial;
    width: 100px;
    height: 25px;
  }

  #customblock-Search .submit button:hover {
    transform: scale(1.2);
  }

  /* footer */
  .pkp_structure_footer_wrapper {
    background: #803300ff;
    border-top: 25px solid #ffde59;
  }

  .pkp_brand_footer {
    display: none;
  }
  
  .pkp_footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
  }
  
  .pkp_footer_content p {
    font-family: arial;
    font-size: 16px;
  }

  .alamatredaksi {
      color: white;
  }
  