.down-lit {
    position: relative;
    top: 9px;
    right: 25px
}

.btn-view {
    background-color: rgba(63, 63, 63, 0.342);
    padding: 5px;
    border-radius: 5px;
}

.btn-view:hover {
    background-color: rgba(44, 44, 44, 0.425);
    color: black;
    transition: 0.3s;
    cursor: pointer;
}

.btn-torles {
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
}

.btn-torles:hover {
    background-color: rgb(165, 1, 1);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}