.bnl-word{
cursor:pointer;
padding:2px 3px;
border-radius:4px;
transition:.2s;
}
.bnl-word:hover{
background:#fff3b0;
}
