
.trash-background{
    background-color: #F2F2F2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    width: 100px;
    height: 100px;
}

.delete-body{
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#trash-image{
    padding: 1em;
    width: 35px;
    height: 35px;
}
