#myTableWapper{
    margin:2rem auto;
    box-sizing:border-box;
    width:95svw;
    overflow-x:scroll
}

#marqueeTxt{animation:marquee 20000ms infinite linear}@keyframes marquee{from{transform:translateX(100vw)}to{transform:translateX(-110%)}}