body {
  background-color: #ededed;
}

.ZongSe {
  margin:auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.ZongSeProfile {
  width:350px;
  height: 600px;
  background-color: #e7e7eb;
  margin-right: -378px;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #3f3b34;
}

.ProfileTop{
  width: 100%;
  height: 120px;
  background-color: #3f3b34;
  border-radius: 15px 15px 0px 0px;
}

.icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 3px solid #b29c81;
  background: url("https://res.cloudinary.com/harunpehlivan/image/upload/v1781470110/WhatsApp_Image_2026-06-07_at_18.31.34_ikryx6.png"); 
  background-size: 100px;
  margin: -170px auto 15px auto;
}

.profile-info {
  font: 14px Ubuntu Mono;
  letter-spacing: 1px;
  line-height: 25px;
  width:77%;
  height: 430px;
  margin: 50px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
}

.profile-info > highlight {
    text-transform: lowercase;
    color: #3f3b34;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dashed #3F3B34;
    font: bold 12px Public Sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 20px 15px 0px;
    display:inline;
}

.ZongSeName {
  font: 20px Public Sans;
  letter-spacing:1px;
  font-weight: 700;
  text-transform: lowercase;
  color: #f0d298;
  text-align:center;
}

.ZongSeBack1 {
  width: 400px;
  height: 550px;
  background: 
  linear-gradient(240deg, #232222, #3d3932);
  contrast(170%) brightness(1000%);
  border-radius: 20px;
}

.dottedline{
  width: 1px;
  height: 510px;
  margin: 0px -2px 0px -1px;
  border-left: 2px dashed #b29c81;
  background-color:#292624;
}

.ZongSeBack2 { 
  width: 650px;
  height: 550px;
  background: 
  linear-gradient(150deg, #232222, #3d3932);
  contrast(170%) brightness(1000%);
  border-radius: 20px;
}

.ZongSeHistory {
  margin: auto;
  margin-top:40px;
  width:70%;
  height: 65%;
  border-radius: 20px;
  background-color: #49443d;
  border-bottom: 3px solid #b29c81;
  border-top: 3px solid #b29c81;
  padding: 50px;
  font: 15px Ubuntu Mono;
  color: #fefefe;
  line-height: 25px;
}

.ZongSeScroll > historyheader {
  font: bold 20px Public Sans;
  text-transform: uppercase;
  color: #f0d298;
  letter-spacing:1px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dashed #b29c81;
  margin: 0px 0px 10px 0px;
}
 
.ZongSeScroll {
  overflow: auto;
  width: 450px;
  height: 350px;
  padding: 0px 10px 0px 0px;
}

.ZongSeScroll > bold {
  background-color: #232222;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #b29c81;
  border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #232222;
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}