#myCarousel>img{
    height: 300px;
}
.carouselimg{
    height:60dvH
}
.recomendationscont{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    justify-content: space-evenly;
}
#recomendations{
    text-align: center;
}
.rec-cont>.round{
    width: 100px;
    border-radius: 100%;

}
.rec-cont{
    margin: 10px;
    justify-content: center;
    text-align: center;
}
.carousel-caption{
    border-radius: 21px;
    backdrop-filter: blur(20px);
    color:aliceblue;
    padding: 5px;
    text-shadow: 0px 0px 9px #000000;
}