*{margin:0;padding:0;box-sizing:border-box}body{background:url(/gradient.svg);background-repeat:no-repeat;background-size:cover;min-height:100vh;min-width:auto;background-position:center}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:2rem;font-weight:700;color:#000!important;text-align:center}p,span{font-size:14px;text-align:center;margin-top:10px}li{list-style:none}span{font-weight:700}.container{max-width:60%;margin:auto;padding-top:50px;padding-bottom:50px}.grid-three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;margin:50px 0;align-items:center}header{margin-bottom:50px;display:flex;justify-content:center;align-items:center;gap:10px}.pokemon-search{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:3.2rem}input[type=text]{appearance:none;border:none;outline:none;width:300px;border-bottom:2px solid #020d35;background:rgba(#e91e63,.2);border-radius:.2em .2em 0 0;padding:5px;font-size:16px;color:#000}.cards{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;align-items:center;gap:20px}.pokemon-card{background:url(/gradient.svg);background-repeat:no-repeat;background-size:cover;width:300px;height:auto;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;background-color:#fff;border-radius:.2rem;padding:1.6rem;position:relative}.pokemon-card:hover{transform:scale(1.03);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;box-shadow:#110c2e26 0 48px 100px}figure{display:flex;justify-content:center;filter:drop-shadow(0px 50px 100px rgba(50,50,93,.25))}.pokemon-name{font-size:20px;text-align:center;color:#000;text-transform:capitalize}.pokemon-info{width:100%;height:auto;margin-top:20px;margin-bottom:20px}.pokehws{display:flex;justify-content:space-between;align-items:center}.loading{width:100%;height:100%;margin:auto;display:flex;align-items:center;justify-content:center;font-size:large}.inputbox{display:flex;border-radius:10px;background:#fff;width:380px;justify-content:center;align-items:center;gap:10px;margin-bottom:60px;margin-top:20px;height:50px}.inputbox svg{cursor:pointer;font-size:35px}.pokeimg{width:60%;height:180px}.pokeimg svg{font-size:30px}.type{height:18px;width:100%;display:flex;justify-content:center}.ptype{width:100px;height:18px;background:#fff;border-radius:30px}
