@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");*{padding:0;margin:0;font-family:Montserrat,sans-serif;box-sizing:border-box}.mainContainer{background-color:#ececec;display:flex;justify-content:center;height:75vh}button{text-transform:uppercase}.SearchInput_inputWrapper__MSzTu{display:flex;justify-content:center;align-items:center;padding-top:1rem}.SearchInput_inputWrapper__MSzTu input{color:#f1f1f1;background-color:#333;height:2.2rem;outline:none;border:1px solid #e33d33;border-right:none;border-radius:.5rem 0 0 .5rem;padding:.5rem;width:16rem}.SearchInput_inputWrapper__MSzTu button{display:flex;padding:.5rem;height:2.2rem;background-color:#e33d33;border:none;border-radius:0 .5rem .5rem 0;cursor:pointer;transition:.5s}.SearchInput_inputWrapper__MSzTu button:hover{background-color:#d50b08}@media (min-width:800px) and (min-height:900px){.SearchInput_inputWrapper__MSzTu input{height:3rem}.SearchInput_inputWrapper__MSzTu button{display:flex;justify-content:center;align-items:center;height:3rem;width:3rem}}.Footer_footer__pJUho{display:flex;justify-content:center;background-color:#333;height:18vh;color:#f0f0f0;border-top:2px solid #111}.Footer_footer__pJUho p{margin-top:3rem}.Footer_footer__pJUho span{font-weight:700}.Navbar_navBar__JZa_9{display:flex;height:7vh;justify-content:space-between;align-items:center;padding:1rem;background-color:#333;color:#f0f0f0;border-bottom:2px solid #111}.Navbar_logo__8xjov{display:flex;justify-content:center;align-items:center;gap:.5rem}.Navbar_linkItems__ihNDP{display:flex;align-items:center;gap:1rem;list-style:none}@media (max-width:400px){.Navbar_linkItems__ihNDP{gap:.2rem}}.Navbar_linkItems__ihNDP li{transition:.2s}.Navbar_linkItems__ihNDP li:hover{transform:scale(1.2)}.Navbar_link__aMdEM{text-decoration:none;font-size:1.2rem;font-weight:700;color:#f0f0f0;padding:.2rem;cursor:pointer}.Card_pokemonCard__ANN85{display:flex;justify-content:space-between;gap:.5rem;align-items:center;flex-direction:column;background-color:#333;color:#f1f1f1;border-radius:1rem;border:3px solid #e33d33;box-shadow:5px 5px 14px rgba(0,0,0,.5);padding:0 2rem 1.5rem;height:100%}.Card_pokemonCard__ANN85 p{margin-top:-1.6rem;font-weight:700;background-color:#e33d33;border-radius:.5rem;padding:.4rem}.Card_pokemonCard__ANN85 h3{text-transform:capitalize;font-size:1.4rem}.Card_pokemonCard__ANN85 button{font-weight:600;border-radius:.5rem;box-shadow:inset 0 0 6px rgba(0,0,0,.5);padding:.5rem;background-color:#e33d33;color:#f0f0f0;border:none;cursor:pointer;transition:.5s}.Card_pokemonCard__ANN85 button:active{box-shadow:inset 0 0 16px rgba(0,0,0,.5)}@media (min-width:400px) and (max-width:799px) and (min-height:700px){.Card_pokemonCard__ANN85 h3,.Card_pokemonCard__ANN85 p{font-size:1.5rem}.Card_pokemonCard__ANN85 button{font-size:1rem}}@media (min-width:800px) and (min-height:900px){.Card_pokemonCard__ANN85{height:85%;padding-bottom:3rem}.Card_pokemonCard__ANN85 p{font-size:1.2rem}.Card_pokemonCard__ANN85 h3{font-size:2rem}.Card_pokemonCard__ANN85 button{font-size:1.2rem}}