.gallery-container{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px}.gallery img{width:100%;cursor:pointer}.gallery img:hover{transform:scale(.8) rotate(-15deg);border-radius:10px;box-shadow:0 32px 75px rgba(68,77,136,.2)}.full-img img{width:90%;max-width:550px;border:2px solid #fff;border-radius:5px}