.custom-profile {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 0 40% 0 0; /* Hanya pojok kanan atas membulat */
  
  /* Ghost Effect */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
}

.custom-justify {
  text-align: justify;
}

