





@keyframes scrolling-text {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
