
 /* Custom styling for carousel */
 .carousel-item {
    text-align: center;
}
.carousel-item img {
    width: 300px;
    height: 250px;
    border-radius: 10px;
}
.custom-button {
    margin-top: 20px;
    background-color: #ff8000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.custom-button:hover {
    background-color: #e67e22;
}