body {
  font-family: Arial, sans-serif;
  background: #fefefe;
  color: #333;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.score {
  font-size: 24px;
  font-weight: bold;
}

.question-container {
  margin: 20px 0;
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.karariji {
  font-size: 32px;
  margin-bottom: 10px;
}

.options button {
  margin: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.result {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
}

.incorrect-list {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}

.incorrect-list ul {
  list-style: none;
  padding: 0;
}
