
.hud-title-link {
    color: #ff2211 !important;
    text-decoration: none !important; /* Quita el subrayado feo */
    transition: all 0.3s ease;
}

/* Efecto opcional: cuando pasas el maki por encima, brilla aún más fuerte */
.hud-title-link:hover {
    text-shadow: 0 0 25px rgba(255, 34, 17, 1), 0 0 10px rgba(255, 34, 17, 0.8);
    color: #ffffff !important; /* Destella a blanco en el centro al apuntarlo */
}