#gallery {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: center;
}

.gallery-item img {
    border-radius: 10px;
    height: 180px;
}