#Welcome { display: flex; flex-direction: column; align-items: center; header { flex: 1; display: flex; flex-direction: row; align-items: center; justify-content: center; .icon { max-width: 30vw; width: 200px; margin-right: 20px; } .type { max-width: 50vw; width: 400px; } } }