.marquee {
    /*width: 600px;*/
    overflow: hidden;
    border: 1px solid #ccc;
    background: #e2e2e2;
    /*color: rgb(202, 255, 195);*/
    display: flex;
}
