/* Extracted Style 1 */
*{box-sizing:border-box;}body{background-color:#111;display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;overflow:hidden;margin:0;touch-action:none;}.container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;}.square{background-color:#1d1d1d;box-shadow:0 0 2px #000;height:20px;width:20px;margin:2px;transition:2s ease;}.square:hover,.square.active{transition-duration:0s;}

