.glow-transition-d94d57fb {
    transition: all 0.5s ease-in-out;
}
.glow-transition-d94d57fb:hover {
    box-shadow: 0 0 20px rgba(97, 206, 112, 0.6);
    filter: brightness(1.2);
}
.glow-bg-d94d57fb {
    background-color: #121212;
    color: #E0E0E0;
}
