html{box-sizing:border-box;scroll-behavior:smooth;font-family:"Press Start 2P",system-ui;font-size:62.5%}body{margin:0;line-height:1.5}*,:before,:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3,h4,h5,h6{margin-bottom:1.5rem}h1{font-size:3rem}h2{font-size:2.4rem}h3{font-size:2rem}h4{font-size:1.6rem}h5{font-size:1.4rem}h6{font-size:1.2rem}p{margin-bottom:1rem;font-size:1.4rem}#root{flex-direction:column;display:flex}.search-form{gap:.75rem;max-width:400px;margin:2rem auto;display:flex}.search-input{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;outline:none;flex:1;padding:.75rem 1rem;font-size:1.4rem;transition:all .2s}.search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.search-button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:.75rem;padding:.75rem 1.25rem;font-size:1.4rem;font-weight:500;transition:all .2s}.search-button:hover{background:#4f46e5}.search-button:active{background:#4338ca}.search-input,.search-button{box-shadow:0 .4rem 1rem #0000000f}.pokemon-card-component{justify-content:center;width:100%;display:flex}.card-container{background-color:#333;border:.1rem solid #333;border-radius:.8rem;width:425px;max-width:100%;margin-top:4rem;padding:1.25rem}.card-wrapper{text-align:left;background-color:#fff;border:.1rem solid #333;border-radius:.625rem;flex-direction:column;gap:2rem;padding:1.75rem;display:flex}.card-wrapper img{border:.1rem solid #333;border-radius:.5rem}.card-wrapper h2{font-size:2rem}.card-error{color:red}.app{text-align:center;flex-direction:column;align-items:center;padding:2rem;display:flex}
