
    body {
      margin: 0;
      padding: 20px;
      font-family: Arial, sans-serif;
      background-color: #f0fff0;
    }
    .contenedor {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap; /* Se adapta en móviles */
    }
    .contenedor img {
      max-width: 300px;
      height: auto;
      border-radius: 10px;
    }
    .texto {
      max-width: 400px;
      text-align: justify;
      color: #333;
    }
  