If you see my code on index.html lines 183 - 189 > was there better options to use instead of span? (I used it because of the display property "which at the end I changed") but maybe there is a better semantic option for it like checkbox or something?
If you see on index.html lines 168 - 169 I sorrounded my content inside a div so I could center the whole content section with flexbox > is this a good practicefor centering the whole content or should I've updated the sizes of the elemnts inside instead of doing this quick fix (this might be a dumb question but I am just curios)