Feedback for my Survey Form Project

Hi all, just did my Survey form project. Link is https://codepen.io/Seahchye/pen/MBXboM

However I was not able to align the text in a straight line, any way that I can do that?

Any other feedback also appreciated.

I remember struggling with this a lot. I checked how I solved it with my pen: I put the boxes in a container, left aligned, and then centered the containing box, which shouldn’t be any wider than it needs to be.

Having learned a bunch since I made that pen, if I was to rebuild it I would for sure use flexbox or grid for a more elegant solution. But still you would want to left align the boxes and position that box in a prominent place in the form. It’s just easier to do with flexbox or grid. My confidence with flexbox increased immensely after playing a game called flexbox zombies.

Flexbox Froggy is my favorite.