.itemholder {
    height: 70%;
    top: 10%;
    width: 30%;
    position: absolute;
    right: 0%;
    background-color: #E8651A;
    border: solid 0px;
    border-radius: 5% 0% 0% 5%;
}
.holder {
    height: 90%;
    top: 10%;
    width: 100%;
    position: absolute;
    left: 0%;
    background-color: #E8651A;
    border: solid 0px;
    border-radius: 0% 0% 0% 5%;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}
.holder::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.holderP {
    font-size: 1.2rem;
    color: white;
    left: 5%;
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0;

}
#trashbtn {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 2%;
    cursor: pointer;
    bottom: 2%;
    font-size: 1rem;
    border:solid 0;
    background-color: transparent;
    color: white;
}
