.text-outlined {
    -webkit-text-stroke: 3px;
    -webkit-text-fill-color: transparent;
}

.bg-blur {
    backdrop-filter: blur(5px);
}

.text-underline {
    text-decoration: underline;
}


.dn {
    display: none !important;
}

.web-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 24px;
    color: rgb(122, 68, 225);
    /* Add other styles as needed */
}
@media (max-width: 480px) {
        .web-date {
            font-size: 18px; /* Adjust size as needed */
}
    
}
