.carouselStyle {
    margin-top: 350px;
    margin-bottom: 350px;
}

.imageStyle {
    width: 400px;
    height: 250px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(0);
}

.carousel-control-prev {
    left: -40px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    right: -40px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}