.answer_label,
.question_label {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.answer_label {
  background-color: #FFE5E5;
  color: #C53939;
}

.question_label {
  background-color: #D9E6F3;
  color: #005BAC;
}
