.marquee {
    background-color: blue;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    
  }