.pokemon-btn {
  background-color: rgb(163, 167, 162);
  padding: 10px;
  margin-bottom: 10px;
  list-style: none;
  border-radius: 8px;
  text-align: center;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.pokemon-btn a {
  color: rgb(70, 70, 70);
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.FondoTy {
    background-color:rgb(132, 190, 151);
}

.FondoAr {
    background-color:rgb(250, 187, 105)
}

.FondoDr {
background-color:rgb(26, 179, 158)
}

.titulos {
    text-align:center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.Descripción {
text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.menu-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.menu-horizontal a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.1em;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}

.menu-horizontal a:hover {
  background: #ffd700;
  color: #333;
}

.imagenes {
    text-align: center;
}

.habilidades {
  background: #313131;
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 700px;
  margin: 0 auto 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.habilidades li {
  margin-bottom: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f57777;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #ffffff;
  list-style: none;

}
.habilidades strong {
  color: #68cfff;
}
.pokemon-btn:nth-child(1) {
  background-color: #7b8e6d;
}

.pokemon-btn:nth-child(2) {
  background-color: #f9c784; 
}

.pokemon-btn:nth-child(3) {
  background-color: #7fd8f6; 
}