body {
  background: #e8562a;
  background: linear-gradient(
    90deg,
    rgba(232, 86, 42, 1) 19%,
    rgba(243, 151, 64, 1) 66%,
    rgba(234, 69, 40, 1) 100%,
    rgba(232, 86, 42, 1) 100%
  );
  text-align: center;
  font-size: 2em;
}

.datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.logo img {
  width: 100%; /* Ajusta el ancho al contenedor */
  height: 100%; /* Ajusta el alto al contenedor */
  object-fit: cover; /* Mantiene la proporción de la imagen */
  max-width: 600px;
}
