#picturesCarousel img {
    width: fit-content;
    max-height: 400px;
}


.caro {
    background-color: #C0392B;
    padding: 20px 30px;
    border-radius: 10px;
    padding-top: 0;
    margin-top: 10px;
}

.caro h4 {
    padding: 15px 0;
    color: #ECF0F1;
}

.caro .card {
    margin: 0 10px;
    text-decoration: none;
}

.caro .card .card-img-top {
    max-height: 150px;
}

.items .card {
    background-color: #C0392B;
}

html,
body {
    overflow-x: hidden;
}