Hi @akka_pl, your pages look good but there are some things you should revisit;
For both your Tribute page and your Survey Form;
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes Tribute page passes 1/10 user stories and your Survey Form passes 2/17 user stories.
On using codepen; - codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
there’s something in the HTML section of your Tribute page to clean up
in your survey form there are a couple of typo’s in CSS that affect how your page renders
Make your pages responsive. Both of them need some work to be viewed correctly on smaller screens.
Please validate your email addr with codepen so that we can see your pages full screen.
Edited to add;
change the cursor to a pointer when hovering over the Submit button