 


@keyframes horizontal2
{
    from {left: 0;}
    to {left: -200px;}
}

 
@keyframes vertical2 {
    from {top: 0;}
    to {top: -50px;}
}

.marquee{
    width: 200px;
    height: 60px;
    border: 1px solid #000;
}
 