.linka {
    word-wrap: break-word;
    border: 2px solid #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.container_btns{
  display:grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
  
}
.cont_bts{
    display:grid; 
    grid-template-columns: 10fr 1fr; 
    border: 2px solid #fff;
}

.bot_del{
    background-color: #6c757d!important;

}
.bot_del:hover{
    background-color: #9ea8b1!important;

}
.bot_edit{
    background-color: #702c2c!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot_edit:hover{
    background-color: #966f6f!important;
}
.bot_edit svg{
    width: 60%;
    opacity: 0;
}
.bot_edit:hover svg{
    width: 60%;
    opacity: 1;
}