
.glow-effect {
    text-shadow: 0 0 3px #b9b7b7;
}

body.dark-mode .glow-effect {
    text-shadow: 0 0 2px #f4f4f4;
}