body {
  color: #333;
  background-color: #f4f1e9;
  font-family: IM Fell English, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  display: flex;
}

.score {
  text-align: center;
  margin-top: 16px;
  font-size: 28px;
  font-weight: 700;
}

.answer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.a-heading {
  margin-top: 0;
  margin-bottom: 2px;
}

.label-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
}

.a-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h-heading {
  font-size: 32px;
}

.section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.h-text {
  font-size: 16px;
  line-height: 24px;
}


