Brief: Build a simple trivia quiz game for “QuizMania,” a fictional quiz website. The game should display a question with four possible answers, allowing the user to select one and click “Next” to proceed to the following question. Score should be tracked and displayed at the end. Use a light gray background (#f0f0f0) with a purple accent (#4B0082) for questions and answer options to create a fun and engaging quiz experience. Requirements: Questions and Answers: Display one question at a time, with four answer options. Score Tracker: Track and display the user’s score after each question. Buttons: “Next” button to proceed to the next question. Typography: Question text in Verdana Bold, size 18px, answer text in Arial, size 16px. Use functions to check answers, update score, and display results at the end.