.carousel-item img{
    height: 600px;
    object-fit: cover;
}
.card{
    transition: 0.4s;
}

.card:hover{
    transform: translateY(-10px);
}

.card img{
    height:250px;
    object-fit:cover;
}
.carousel-caption{
    bottom:30%;
}

.carousel-caption h1,
.carousel-caption p{
    text-shadow:2px 2px 8px black;
}