: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:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;padding:2rem;text-align:center}.score-board{display:flex;place-self:center;gap:2rem;font-size:1.5rem}.green{color:#90ee90}.cards-container{display:grid;grid-template-columns:repeat(5,minmax(100px,300px));grid-template-rows:repeat(auto-fit,200px);grid-template-areas:"first second third fourth fifth" "sixth seventh eigth nineth tenth";gap:1rem;width:100%;place-self:center}@media screen and (max-width: 900px){.cards-container{grid-template-columns:repeat(4,minmax(100px,1fr));grid-template-rows:repeat(auto-fit,200px);grid-template-areas:"first second third fourth" "fifth sixth seventh eigth" ". nineth tenth  ."}}@media screen and (max-width: 700px){.cards-container{grid-template-columns:repeat(2,minmax(100px,1fr));grid-template-rows:repeat(auto-fit,200px);grid-template-areas:"first second" "third fourth" "fifth sixth" "seventh eigth" "nineth tenth"}}.card{width:auto;height:200px;background-color:#3330}.card:hover{transform:scale(1.1);transition:.3s ease-in-out transform}.card img{width:100%;height:100%}.first{grid-area:first}.second{grid-area:second}.third{grid-area:third}.fourth{grid-area:fourth}.fifth{grid-area:fifth}.sixth{grid-area:sixth}.seventh{grid-area:seventh}.eigth{grid-area:eigth}.nineth{grid-area:nineth}.tenth{grid-area:tenth}
