        body {
            font-family: sans-serif;
        }

        .question-container {
            margin-bottom: 20px;
        }

        .feedback {
            margin-top: 10px;
            font-weight: bold;
        }

        .correct {
            color: green;
        }

        .incorrect {
            color: red;
        }