.carousel-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

body {
    background-color: aliceblue;
}