:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000e2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.cardBorder{margin:10px;padding:10px;border:3px solid black;border-radius:5px;display:flex;align-items:center;justify-content:center;background-color:#d3d3d3;box-shadow:8px 9px 11px #100}.cardBorder:hover{transform:scale(1.08);transition-duration:.2s}.board{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:10px}img{width:250px;height:auto}.score{display:flex;justify-content:space-around}
