.carousel-item {
    height: 500px;
}

.slide0, .slide1, .slide2, .slide3, .slide4, .slide5 {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide0 {
    background-image: url('images/slider1.jpg'); /* Replace with your image */
}

.slide1 {
    background-image: url('images/bacnew1.png'); /* Replace with your image */
}

.slide2 {
    background-image: url('gottalent.jpg'); /* Replace with your image */
}

.slide3 {
    background-image: url('dilemma.jpg'); /* Replace with your image */
}

.slide4 {
    background-image: url('fun.jpg'); /* Replace with your image */
}

.slide5 {
    background-image: url('student.jpg'); /* Replace with your image */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.carousel-caption h1, .carousel-caption p {
    padding: 10px;
    color: white; /* Ensure the text color is visible */
    text-shadow: -1px -1px 0 #FF0000, 1px -1px 0 #FF0000, -1px 1px 0 #FF0000, 1px 1px 0 #FF0000; /* Red stroke */
}
