Create a Survey Form-Help

Tell us what’s happening:

Can anyone help figure out how to make my “Nike” radio button below my “choose team” dropdown.

I cannot figure out why

Your code so far
Choose Team

Miami Heat
LA Lakers
Milwaukee Bucks


      <input type="radio" id="shoe" name="type"             value="Nike">
  <label for="shoe">Nike</label><br>

  
<input type="radio" id="shoe" name="type" value="Adidas">
<label for="shoe">Adidas</label><br>

 <input type="radio" id="shoe" name="type" value="Puma">
 <label for="shoe">Puma</label><br> 
  
  <br>

Your browser information:

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

Challenge: Build a Survey Form

Link to the challenge:

Please provide a link to your pen