body{
  background-color: #E8E8E8;

  //
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1100px;
            margin: 0 auto;
            padding: 20px;
            background: #f8f9fa;
        }
        h1 {
            text-align: center;
            font-size: 3.5rem;
            color: #1a3c6d;
            margin-bottom: 40px;
        }
        h2 {
            font-size: 2.5rem;
            color: #2c5282;
            text-align: center;
            margin: 60px 0 20px;
            border-bottom: 3px solid #4299e1;
            padding-bottom: 10px;
        }
        figure {
            text-align: center;
            margin: 30px 0;
        }
        img {
            max-width: 80%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
            border: 1px solid #ddd;
        }
        p {
            font-size: 1.3rem;
            margin: 20px 0;
            text-align: justify;
        }
        strong {
            color: #2b6cb0;
        }
        .intro {
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 40px;
            color: #4a5568;
        }

        @media (max-width: 768px) {
            h1 { font-size: 2.8rem; }
            h2 { font-size: 2rem; }
            p  { font-size: 1.1rem; }
            img { max-width: 95%; }
        }
//ocupe ayuda para lo anterior


h1{



}

a {

      border: 1px solid #2075D5;
      padding: 15px 25px;
      text-decoration: none;
      display: inline-block;
      color: #2075D5;
      font-family: Arial, sans-serif;
    }

    a:hover {
      background-color: #2075D5;
      color: #ffffff;
    }
fila-botones { 
  display: flex; 
  justify-content: space-between;
   /* distribuye los botones */ 
   margin: 20px; gap: 10px;
    /* espacio entre botones */ } 


/*configueracion boton siuiente*/
    .fila-botones .btn { 
      flex: 1; /* que todos los botones tengan el mismo ancho */ 
      text-align: center;
       padding: 12px 20px;
        background-color: #444; 
        color: white;
         text-decoration: none;
          border-radius: 6px; 
          font-weight: bold; 
          transition: background-color 0.3s,
           transform 0.2s; } /* efecto al pasar el mouse */ 
           
           
           .fila-botones .btn:hover { 
            background-color: #007BFF; 
            transform: scale(1.05); }


       /*configuracion de bonton atras */    
    .fila-botones .btn2 { 
      flex: 1; /* que todos los botones tengan el mismo ancho */ 
      text-align: center;
       padding: 12px 20px;
        background-color: #444; 
        color: white;
         text-decoration: none;
          border-radius: 6px; 
          font-weight: bold; 
          transition: background-color 0.3s,
           transform 0.2s; }

           
           .fila-botones .btn2:hover { 
            background-color: #007BFF; 
            transform: scale(1.05); }

            
.footer {
  background: #1e293b;
    color: #cbd5e1;
    text-align: center;
    padding: 20px 60px;
    font-size: 30px;
    margin-top: 2rem;
  }
    