.hover-up:hover {
    color: #56ea57;
    background-color: #27282c !important;
    border-color: #cdaa60 !important;
    text-decoration: none;
    box-shadow: 0 0 2.5rem 1rem rgb(205 170 96 / 0%) !important;
    /* box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.6); */
    transform: translateY(-2px);
    transform: translateY(-3px) scale(1.00) rotateX(15deg);
    transition: all .25s cubic-bezier(.02,.01,.47,1) !important;
}