/* Start custom CSS for html, class: .elementor-element-4682b10 */body {
  font-family: sans-serif;
  margin: 20px;
}

#quiz-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#result-container {
  margin-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #quiz-container {
    flex-direction: column;
  }
}/* End custom CSS */