I know the quote-box element is centered but it just wont pass the test no matter how i try and center the quote-box element. Please help. Its the only thing that wont pass. Here is my codepen https://codepen.io/isaiah1441/pen/ZERWJRW
I traced this down to the body having an uneven padding.
Use padding: 2rem 0; and the test will pass.