.card-img-top {
  height: 250px ;
  object-fit: cover;
}

.card {
  margin-bottom: 20px;
}

.card-body {
  position: relative;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.card-text {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 10px;
}

.rating {
  display: flex;
  align-items: center;
}

.rating .badge {
  font-size: 1rem;
  margin-right: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

.btn {
  background-color: #0046BF;
  color: white;
}
