body {
  background-image: url('../img/fondo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.card.habilidad {
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: none;
}

.card.habilidad:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d6efd;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

footer {
  font-size: 0.9rem;
}
.lista-blogs .entrada-blog {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.lista-blogs .entrada-blog h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.lista-blogs .entrada-blog a {
  color: #0d6efd;
  text-decoration: none;
}

.lista-blogs .entrada-blog a:hover {
  text-decoration: underline;
}
