.gallery{display:grid;grid-template-columns:repeat(1, 1fr);justify-items:center;align-items:center;column-gap:20px;row-gap:30px;transition:all 1s}@media(min-width: 400px){.gallery{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 760px){.gallery{grid-template-columns:repeat(3, 1fr)}}
