.header { height: 100px; } .title { display: flex; flex-direction: row; align-items: center; gap: 10px; font-size: 24px; font-weight: 700; overflow: hidden; } .body { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 30px; }