*{box-sizing:border-box}body{cursor:url(ec66c93faae5d84fbdaa.png),auto;font-family:Arial,sans-serif;text-align:center}#game-field{display:grid;gap:5px;grid-template-columns:repeat(4,1fr);margin:auto;width:400px}.game-cell{background-color:#d3d3d3;cursor:pointer;height:100px;transition:transform .1s ease-in-out}.game-cell:hover{cursor:url(ec66c93faae5d84fbdaa.png),auto;transform:scale(1.1)}img{max-height:100%;max-width:100%;object-fit:contain}.cursor-hammer{cursor:url(ec66c93faae5d84fbdaa.png),auto}#modal{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);display:none;left:50%;padding:20px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:300px;z-index:1000}#modal button{background-color:blue;border:none;border-radius:3px;color:#fff;cursor:pointer;margin-top:10px;padding:5px 10px}