.header-bar{
  background-color: black;
}

.white-text{
  color: white;
}

.question-text-bold{
  font-size: 1.1rem;
  font-weight: 600;
}

.question-text{
  font-size: 1.1rem;
  font-weight: 500;
}

.answer-text{
  font-size: 1.1rem;
  font-weight: 400;
}