/* .img100x100 {
}

.img500x500 {
} */

.p100x100 {
    margin-left: 50px;
}

.image-section {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.image-item {
    text-align: center;
}

.image-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

body {
    text-align: center;
}

.gallery {
    margin: 0 auto;
}

.gallery p {
    text-align: center;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    align-items: center;
    width: fit-content;
}

.grid-item {
    text-align: center;
}

/* .img2000x1000 {
} */

.grid-description {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}