You can add a gap attribute. This will give you the look you want. The following code shows how to add it.
main { background-color: lightpink; text-align: center; display: flex; margin: 10%; padding: 20px; gap:50px; }