.block_content {
    display: flex;
    flex-direction: column;
    padding: 20px 0;

}
.wrap_block_content {
    display: flex;
    align-items: flex-start;
    border-style: inset;
    justify-content: space-between;
    border-color: #9bd2ff #65b5f7;
    height: 110px;
    width: 170px;
    padding: 0;
    margin: 30px 0px;
}
.button_delete_block {
    background-color: crimson;
    color:aliceblue;
}
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
