p, div {
  text-align: justify;
}

.image {
  display: flex;
  justify-content: center;
  text-align: center; !important;
}

.resaltado {
  background-color: #FAFAB9;
  color: black;
  font-weight: bold;
}

.atencion {
  background-color: #FAFAB9;
  color: black;
  padding: 5px;
  border-radius: 5px;
}

.ejercicio {
  background-color: #E0DBF7;
  color: black;
  padding: 5px;
  border-radius: 5px;
}

