div.introduction { display: flex; flex-wrap: wrap; text-align: center; p { text-shadow: 8px 8px 8px #000000; opacity: 100%; } div.top_right { order: 1; justify-content: flex-start; } div.center { order: 2; justify-content: center; } div.bottom_left { order: 2; justify-content: flex-end; } }