.header { background-color: black; height: 12vh; display: flex; align-items: center; justify-content: space-between; .heading { display: flex; flex-direction: column; margin-left: 3.5rem; .step { color: white; font-size: 1.4rem; font-weight: 600; } .roundName { margin: 0; color: white; font-size: 2.4rem; font-weight: 300; opacity: 0.8; } } ion-icon { width: 3.5rem; height: 4rem; color: white; opacity: 0.8; margin-right: 2.8rem; } }