.footer-green {
    background: #232323;
    background: radial-gradient(ellipse at center, #4c7a70 0%, #4c7a70 100%);
    background-size: auto;
    background-size: 550% 450%;
}

.card-product .price-new {
    color: #4c7a70;
    font-weight: bold;
}

.card .author a {
    color: white;
}

.modal-backdrop {
    z-index: 0 !important;
}