Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.
I am soilving the form certification but i cant find the link for the background image

Your code so far

<!-- file: index.html -->
<!DOCTYPE HTML>
<head> 
  <title> survey-form.freecodecamp </title>
  <link rel="stylesheet" href="styles.css">
</head>

<body>
  <h1> freeCodeCamp Survey Form </h1>
  <p id="description">Thank you for taking the time to help us improve the platform </p>

  <form id="survey-form"> 
      <label for="name"> Name </label>
<br><br>
      <input type="text" id="name" value="name">
<br><br>

       <label for="email"> Email </label>
<br><br>

      <input type="email" id="email" value="email">
<br><br>


      <label for="age"> Age
(optional) </label> <br><br>


      <input type="number" name="age" id="age">
<br><br>

      <label for = "role"> Which option best describes your current role? </label> <br><br>


      <select id= "role" name="role" size = "5" placeholder="Select current role"> 
        <option> Student </option>
        <option> Full time job</option>

        <option> Full time Job </option>

        <option> Full time learner </option>

        <option> Prefer not to say </option>

        <option> Other </option>

</select>

<p> Would you recommend freeCodeCamp to a friend? </p>

<label for="def"> Definitely </label>
<input id="def" name="def" type="radio">

<label for="may"> Maybe </label>
<input id="may" name="may" type="radio">

<label for="not"> Not Sure </label>
<input id="not" name="not" type="radio">

<select id="option">






















  </form>


</body>

/* file: styles.css */
body {
  background-image: url('https://cdn.freecodecamp');
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Welcome to our community!

Try to use one from the https://pixabay.com/ or the https://www.freepik.com/

Attribution is required. You will get an explanation of how to do that on the sites.