.glowing_blue {
    font-size: 32px;
    color: darkblue;
    text-shadow: 0 0 10px rgba(0, 0, 139, 0.7), /* Soft blue glow */
                 0 0 20px rgba(0, 0, 139, 0.5), /* More intense glow */
                 0 0 30px rgba(0, 0, 255, 0.4); /* Even more blue glow */
    font-weight: bold;
}