I'm a student who just started studying HTML. I used a swiper, but the letters are not gone and remain. Why is it like this? I tried z-index, but it didn't work.

new Swiper('.notice-line .swiper-container', {
direction: 'vertical',
autoplay: true,
loop: true
});