.questionjs{

  border: medium solid rgb(223, 64, 4);
  //width: 300px;
  background-color: white;
  color:black;

}

.questionjs .header{
  background-color: rgb(223, 64, 4);
  padding: 5px;
  color: white;
  font-weight: bold;
}

.questionjs .message{
  padding:5px;
  font-weight: bold;

}

.questionjs .respuesta{

  margin: 10px;
  border-radius: 3px;
  width: 80%;
}
