.scrollable {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e2e8f0; /* Tailwind gray-200 */
  padding: 10px;
  margin-top: 10px;
}

.correct {
  background-color: #1de04e !important;
  color: white;
}

.incorrect {
  background-color: rgb(255, 39, 39) !important;
  color: white;
}
