.mentions {
    color: rgb(40, 40, 40) !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8) !important;
}

.mentions:hover {
    color: rgb(20, 20, 20) !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9) !important;
}

.heading {
    color: rgb(30, 30, 30) !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.5) !important;
}