header{ 
    background-color: rgb(105, 142, 221);
   
}
 a{
  text-decoration: none;
  
 }
 
  h1{
   
  text-align: center;
  font-family: 'Press Start 2P', monospace;
  color: #ff4500;
  font-size: 40px;
  text-shadow: 2px 2px 5px #000;
  margin-top: 20px;
  animation: aparecer is ease-in-out;
}

h2 {
  font-family: 'Press Start 2P', monospace;
  color: #2e8b57;
  font-size: 28px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
  margin-top: 30px;
}

h3 {
  font-family: 'Press Start 2P', monospace;
  color: #1e90ff;
  font-size: 22px;

}
  

  p {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    font-size: 19px;
  }
  .contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .contenedor img{
    width: 250px;
    height: 400px;

  
  }
  .contenedor p{
    font-size: 18px;
  }

.imagenes-iniciales {
      display: flex;
      justify-content: center;
      gap: 40px; 
      margin-top: 30px;
      margin-bottom: 40px
    }

    .imagenes-iniciales img {
      width: 150px;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .imagenes-iniciales img:hover {
      transform: scale(1.1); 
    }
 
    div {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .atrapar{
      text-align: center;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .atrapar img{
      border-radius:50%;
    }
    .batallas p ul li{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: 18px;
    }

    .Evoluciones img{
     display: flex;
     justify-content:baseline;
     gap: 40px;
     margin-top: 30px;
     border-radius: 50%;

    }

