@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";body{font-family:Montserrat,sans-serif;margin:0;padding:20px;background-color:#fff}.gallery{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1128px}.gallery-link{display:block}.gallery-image{display:block;width:360px;height:200px;object-fit:cover;transition:width .25s ease,height .25s ease,margin .25s ease}.gallery-image:hover{width:376px;height:208px;margin:-4px -8px}.feedback-form{display:flex;flex-direction:column;gap:16px;max-width:400px;padding:20px}.feedback-form label{display:flex;flex-direction:column;gap:4px;font-size:16px;color:#333}.feedback-form input,.feedback-form textarea{padding:8px 12px;border:1px solid #808080;border-radius:4px;font-size:16px;font-family:inherit;outline:none}.feedback-form input:focus,.feedback-form textarea:focus{border-color:#6c63ff}.feedback-form button{align-self:flex-start;padding:8px 16px;background-color:#4e75ff;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;width:95px;height:40px}.feedback-form button:hover{background-color:#3b5fe0}
