.container{max-width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.cards-container{display:flex;flex-direction:column;width:80vw;align-items:center}.card{text-align:center;margin-bottom:2rem;background:rgba(35,39,42,.75);color:#333;box-shadow:0 5px 10px 5px #00000040;width:300px;max-height:325px;min-height:50px;border-radius:1rem;padding-bottom:15px;cursor:pointer}.detailed-card{text-align:center;background:rgba(35,39,42,.75);color:#333;box-shadow:0 5px 10px 5px #00000040;border-radius:1rem;padding:3px;max-width:800px;margin-bottom:1rem;margin-top:2rem}.detailed-img{border:2px solid whitesmoke;border-radius:5px;width:512px;height:512px}@media (max-width: 400px){.detailed-img{width:256px;height:256px}}.img-list{width:256px;height:256px}img{border:2px solid whitesmoke;border-radius:5px}:root{font-family:Inter,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;-webkit-text-size-adjust:100%}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh}button{font-weight:700;background:rgba(35,39,42,.75);box-shadow:0 5px 10px 5px #00000040;border-radius:.5rem;padding:10px;border:1px solid whitesmoke;cursor:pointer;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}
