.carousel-img {
  height: 400px;      /* ajusta: 300–500px */
  object-fit: cover; /* recorta sin deformar */
}

body {
    background-color: #161616;
    color: #ffffff;
    min-height: 100vh;
  }

colordat{
  color:#ffffff;
}

.btn-primary {
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: none;
  border:none;
}

.btn-primary:hover {
   transform: scale(1.1);
}

