.nav-link:hover{
    background-color: rgb(13, 236, 80);
    color: rgb(12, 2, 0);
}
.accordion-link:hover{
    background-color: rgb(13, 236, 80);
    color: rgb(12, 2, 0);
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: 9px;
    right: 4px;
    opacity: 0.5;
    font-size: 100px;
    padding-right: 10px;
}