
.carousel-control-prev {
    align-items: center;
    justify-content: left;
    width: 8%;
    color: #fff;
    text-align: center;
}

.carousel-control-next {
    align-items: center;
    justify-content: right;
    width: 8%;
    color: #fff;
    text-align: center;
}

.carousel-indicators-x {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-top: 100px;
}

