.my-profile-left{
    width: 170px;
    height: 400px;
    background-color: #0c0c0c;
}
.avatar{
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin-bottom: 15px;
}
.name{
  display: flex;
  justify-content: center;
  align-items: center;
    width: 120px;
    height: 30px;
    background-color: #fff;

}
.my-profile-right{
    width: 430px;
    height: 400px;
    background-color: #fff;
}
.pop_up_body_profile{
    display: flex;
    flex-direction: row;
}
.name-and-avatar{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 139px;
}
.cards-profile{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    margin-top: 40px;
}
.card-number{
    display: flex;
    flex-direction: row;
    width: 280px;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 40px;
}
.pop_up_profile{
    width: 100%;
    height: 100%;
    position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: none;
}
.pop_up_profile.open{
    display: block;
}
.pop_up_container_profile{
    display: flex;
  width: 100%;
  height: 100%;
}
.pop_up_body_profile{
    position: relative;
    margin: auto;
    font-family: 'Inter';
    line-height: 20px;
    letter-spacing: 2%;
    color: #0c0c0c;
  }
  .my-profile-right-title{
    font-size: 40px;
    font-family: 'Forum', cursive;
    letter-spacing: 0;
    margin-top: 40px;
    margin-left: 20px;
  }
  .card-info{
    display: flex;
    flex-direction: column;
    height: 82px;
    justify-content: space-between;
    margin-right: 30px;
    align-items: center;
  }
  .card-info-title{
    font-size: 20px;
  }
  .card-info-count{
    font-size: 10px;
    line-height: 20px;
  }
  .rented-books{
    margin-top: 20px;
    margin-left: 20px;
  }
  .rented-books-title{
    font-size: 28px;
    letter-spacing: 0;
  }
  .rented-books-li{
    line-height: 20px;
    font-size: 23px;
    margin-top: 10px;
    margin-left: 30px;
    letter-spacing: 2px;
  }
  .rented-books-ul{
    margin-top: 30px;
  }
  .card-number-title{
    letter-spacing: 0;
  }
  .card-number p{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    letter-spacing: 0;
  }
  #card-number{
    color: #bb945b;
  }
  .pop_up_close_profile{
    position: absolute;
    top: 22px;
    right: 22px;
  }
  .name-text{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 13px;
  }

  