@charset "UTF-8";
/***!  Style Declaration  !***/

.random-grid-title{text-align:center;font-family:'Montserrat',sans-serif;font-weight:700;font-size:2rem;color:#2c3e50;margin:40px 0 25px 0;letter-spacing:1px}.random-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;max-width:1200px;margin:0 auto;padding:0 20px 20px 20px}.random-grid a{display:block;text-decoration:none}.random-grid img{width:100%;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.2);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer}.random-grid img:hover{transform:scale(1.1);box-shadow:0 10px 25px rgba(0,0,0,0.3)}
