h5,
h4 {
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 0;
}
#titulo {
    text-align: center;
}
#imp {
  color: #ec5353;
  font-weight: bold;
  text-align: ri;
}
#sol {
  font-size: large;
  text-align: justify;
  font-weight: bold;
  color: #598eb7;
  text-align: justify;
  line-height: 1.8; /* Define a altura da linha */
}
mark {
  background-color: yellow; /* Cor de fundo */
  color: blue; /* Cor do texto */
  padding: 0.2em; /* Espaçamento ao redor do texto */
  border-radius: 0.2em; /* Bordas arredondadas */
  font-weight: bold; /* Texto em negrito */
  font-style: italic; /* Texto em itálico */
}