: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}body{margin:0;padding:0;height:100vh}#root{display:flex;flex-direction:column;width:100%}h1{font-size:3.2em;line-height:1.1;align-self:center}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.score{align-self:center}img{width:250px;height:200px;object-fit:cover}.cards{display:grid;justify-content:space-between;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{height:300px;cursor:pointer;padding:20px}.card p{font-size:large}
