/* Extracted from pasted content that could not be mapped to a specific element or class. */
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
overflow: hidden;
background: #08080f;
}
.cell {
min-width: 0;
min-height: 0;
background: #ffffff;
border-radius: 8px;
transform: scale(0.5);
will-change: transform;
}