article { max-width: 80ch; display: flex; flex-direction: column; row-gap: 15px; } #recipe-header { display: flex; flex-direction: column; } #recipe-header > div { display: flex; justify-content: space-between; align-items: center; } #star-label { display: flex; align-items: center; column-gap: 3px; } #main-image { width: 100%; object-fit: cover; }