body{
    cursor: default;
}
.btn {
    width: 100%;
}

.linha {
    transition: all 0.5s ease-in-out;
}

.linha:hover td{
    background-color: blanchedalmond;
}

.btn-box{
    display: flex;
    padding: 20px;
}
.btn-box button{
    margin: 0 10px;
    border-radius: 50%;
}