What's going with my level?

i’m on level 22 web development quizlet and my quiz broken completely. my awensers wont select and some of the spacing is broken, a lot of my classmates have the same issue and the teachers doesnt know whats causing it, here is my code:
`

What fantasy book series are you?

1. Where would you like to live?

A: greece
B: london
C: narnia
D: middle earth

2. What personality trait suits you the best?

A: SHY
B: happy
c:Serious
d:Brave
<div class="quizQuestion">
    <!-- Fill in the 3rd question here: -->
     <h2>3. What do you do with your free time?</h2>
    <div class="answers">
        <div data-value="A" class="answer">
            <div class="answerText">A: read</div>
        </div>
         <div data-value="B" class="answer">
            <div class="answerText">B: hang out with friends</div>
        </div>
        <div data-value="C" class="answer">
            <div class="answerText">c: play outside</div>
        </div>
         <div data-value="D" class="answer">
            <div class="answerText">d: play video games
            </div>
        </div>
    </div>
</div>

4. What power do you want?

A: IMMORTALITY
B: MAGIC
c:shape shifting
d:super strength
<div class="result" id="a-personality">
    <h2>[Percy Jackson]</h2>
    <img src="/file/db/thang.type/5744e3683af6bf590cd27371/portrait.png" width="200px">
    <p>

You have no talent? Well, at least you are a Greek god.




[Harry Potter]



You’ll be whisked off to magic school any day now… any day now…



[A mix]



You are a… magical Greek god who can travel to different world via a closet and is obsessed with a ring. Good for you.

<div class="result" id="C-personality">
    <h2>[chronicles of narnia]!</h2>
    <img src="/file/db/thang.type/52e95a5022efc8e709001743/portrait.png" width="200px">
    <p>
        Helpful tip: The closet is where you put your clothes amd stuff you don't need, not your escapist fantasies.
        </div>
            <div class="result" id="d-personality">
    <h2>[lord of the rings]!</h2>
    <img src="/file/db/thang.type/52e95a5022efc8e709001743/portrait.png" width="200px">
    <p>
        I can't think of a good joke on this one... so uh... strawberries are not berries.
        
    </p>
</div>
<div id="footer">
    <button class="btn btn-primary btn-block btn-lg" id="submitButton">Submit</button>
    <button class="btn btn-primary btn-block btn-lg" id="retryButton">Retry</button>
</div>
body { background-color:rgb(63,63,63); } .answer { cursor:pointer; text-align:center; width:250px; height:250px; margin:8px; color:white; background-color:rgb(0,174,174); padding:16px; border: 1px solid black; } .selected { background-color:rgb(100, 146, 255); } #header { text-align:center; background-color:white; } #footer { text-align:center; } .answerText { font-size:2em; } h2 { padding-top:1em; } h1 { font-size:4em; } #content { background-color:white; width:566px; padding:16px; text-align:center; font-family:sans-serif; font-weight:bold; text-transform:uppercase; border: 1px solid black; } .muted { opacity:0.25; } .result { display:none; } #retryButton { display: none; } ` ` ` ` `

Welcome the CoCo DIscourse forums @Rayhan_Mawjee ! :partying_face:
This is a place to get help within levels, dicuss ideas, give suggestions for the game or just chat with other awesome coders!
Check out the FAQ and the rules if you haven’t already and have fun! :grinning_face_with_smiling_eyes:

I can’t say for sure but it looks like it might be a bug. I’ll keep looking at it and try to figure it out if I can.