.btn-download {
    cursor: pointer;
    border: 1px solid rgba(98, 98, 98, 0.27);
    background-color: #40d9ca;
    border-color: #40d9ca;
    border-radius: 5px;
    color: #ffffff;
    padding: 8px;
    min-width: 80px;
    margin-bottom: 5px;
}
.btn-download:hover {
    text-decoration: none;
    background-color: #2a8b81;
}

.div-link {
    display: contents;
    cursor: pointer;
    color: #3a8fc8;
}
.div-link:hover {
    text-decoration: underline;
    color: #48b0f7;
}
