<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Thanks for answering the survey!</title>
        <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
        <main>
            <h1>Thanks for your answers!</h1>
            <p>Your submission was sent and received successfully.</p>
        </main>
    </body>
</html>