:root{--primary: rgb(0, 0, 0);--secondary: white}*{margin:0;padding:0;box-sizing:border-box}.app{background-color:var(--primary);width:100%;height:100vh}.searchbar{display:flex;justify-content:center;padding:10px}.searchbar__input{padding:10px;width:400px;border:none;border-radius:15px 0 0 15px}.searchbar__input:focus{outline:none}.searchbar__btn{border:none;padding:10px 15px;border-radius:0 15px 15px 0}.searchbar__btn:hover{background-color:gray}.logo-wrapper{width:300px;height:50px}.logo-wrapper>img{width:100%;height:100%;object-fit:contain}.header{display:flex;align-items:center;gap:200px;padding:20px;border-bottom:1px solid var(--secondary)}.pokecard{margin:30px auto;width:400px;height:530px;font-family:sans-serif;overflow:hidden}.poke-img-wrapper{width:100%;height:300px;padding-bottom:10px}.poke-img-wrapper>img{width:100%;height:100%;object-fit:contain}.poke-title-wrapper{display:flex;padding:0 20px;justify-content:space-around;align-items:center}.poke-details{height:150px;border-radius:15px}.types{padding:10px;border-radius:15px;background-color:#90ee90;font-weight:600;margin-bottom:5px}.move-wrapper{border-radius:15px;font-size:20px;background-color:#90ee90;padding:10px}.moves{padding-top:10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.moves>div{width:40%}.move{display:flex;align-items:center;justify-content:center;font-size:16px;height:40px;background-color:#ff4500;text-align:center;border-radius:10px;font-weight:600}.poke-title{font-size:30px;letter-spacing:2px;color:#fff;background-color:#000;font-weight:600px;text-align:center}.stat-hp{color:#7cfc00;font-size:20px}.button-wrapper{display:flex;justify-content:center}.btn-random{padding:15px 20px;border-radius:5px;background-color:#87ceeb;font-size:15px;letter-spacing:5px}.btn-random:hover{background-color:#5ab9df}
