
.blurred {
    filter: blur(2px); /* Менее размытый текст */
    display: inline-block;
    transition: filter 0.3s ease-in-out;
}


