

.home {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2)), url('../images/pizza.jpg') no-repeat center /cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    margin-top: 28px;
}

.about_img {
    height: 90vh;
}

.card-img-top {
    height: 200px;
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
}
