.container { display: flex; flex-direction: row; justify-content: center; align-items: center; } .info { background-color: red; color: white; font-weight: bold; padding: 5px; } .marquee { }