/* styles_pumpkins.css */

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
	}
.gallery img {
    width: 100%;
    height: auto;
	border-radius: 8px;
	}
.gallery-item {
    text-align: center;
	font-family: Lobster;
	width: 200px;
    }
.gallery-item h3 {
    margin: 0 0 11px 0;
    font-size: 1em;
    color: #333;
    }
.gallery-item p {
    margin-top: 8px;
    font-size: 0.85em;
    color: #555;
    }
.center-title {
	text-align: center;
	font-family: Lobster
	}
    