:root { font-family: Inter, Avenir, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: 400; color-scheme: light dark; color: rgba(255, 255, 255, 0.87); background-color: #242424; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } body { margin: 0; display: flex; place-items: center; min-width: 320px; min-height: 100vh; } main { max-width: 1280px; margin: 0 auto; padding: 1rem; text-align: center; } .board { display: flex; flex-direction: column; } .board-row { display: flex; } .cell, .tile { width: 24px; height: 24px; border-radius: 4px; display: flex; justify-content: center; flex-direction: column; } .cell { background-color: #888888; margin: 4px; } .button, .tile { background-color: #535bf2; } .button:hover, .tile:hover { background-color: #646cff; } .button { padding: 0.25rem 1rem; border: 0; } .hand { display: flex; justify-content: space-around; }