.nx-footer-bottom {
    color: #ffffff !important;

    text-shadow:
        0 0 .5rem rgba(157, 228, 4, .18),
        0 0 1rem rgba(157, 228, 4, .08) !important;
    
}

.nx-footer-brand {
    background: linear-gradient(
        90deg,
        #9DE404 0%,
        #D8FF8A 50%,
        #9DE404 100%
    ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;

    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}