Hey there! Nice work on your survey form project I’d say that the goals you’ve set are pretty much met, so great job on that! There are a couple of very small details I would suggest improving (again, these are super small):
Change the cursor to pointer on your submit button, that’s probably what people are used to, so it’s slightly better for user experience.
You have a typo on line 32 in your HTML, where you’ve left value1 as an attribute instead of assigning it a value like in other option elements.
I’m not a huge fan of the default blue outline on the input elements, so I always tend to remove them, but this is just my personal design preference, I don’t think a lot of people are bother by this. But, hey, it’s something to consider, I guess
Once again, good job and good luck moving forward!