@font-face{font-family:PokemonSolid;src:url(/fonts/Pokemon%20Solid.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:PokemonGb;src:url(/fonts/PokemonGb-RAeo.ttf) format("truetype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box;font-family:PokemonGb}html,body,#root{height:100%}body,#root{min-height:100vh;display:flex;flex-direction:column;line-height:1.5}.logo{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5rem;text-align:center}.logo h1{font-family:PokemonSolid;letter-spacing:1rem;color:#ffcb05;font-size:3rem;font-weight:700;text-shadow:-2px -2px 0 #3B4CCA,2px -2px 0 #3B4CCA,-2px 2px 0 #3B4CCA,2px 2px 0 #3B4CCA}main{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:1rem;text-align:center;gap:2rem}select{padding:.5rem}.cards{display:grid;grid-template-columns:repeat(5,200px);gap:2rem;justify-content:center}.card{background-color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .2s ease;outline:1px solid black;display:flex;flex-direction:column;justify-content:center;align-items:center}.card:hover{transform:scale(1.05)}.card img{width:150px;height:auto}.card p{font-family:PokemonGb}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;padding:2rem}.modal-content{display:flex;flex-direction:column;gap:.5rem;background-color:#fff;padding:2rem;border-radius:10px;text-align:center}.modal-content button{background-color:#58abf6;padding:.5rem;cursor:pointer;border-radius:5px}.modal-content button:hover{filter:brightness(.9)}footer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem}footer a{text-decoration:none}
