*{margin:0}nav{height:100px;-webkit-justify-content:space-evenly;justify-content:space-evenly}.header,nav{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;background:#db042b}.header{color:#fff;-webkit-justify-content:space-between;justify-content:space-between;padding:10px;text-shadow:2px 2px 3px #000;margin-bottom:10px;font-family:"Press Start 2P";font-size:10px}.navbar-image{width:160px}.not-found-text{padding:20px}.searchbar-container{display:-webkit-flex;display:flex;margin:0 auto;-webkit-align-items:center;align-items:center}.searchbar{background:#fff;width:100%}.searchbar input{padding:10px;width:100%;border:2px solid #000}.searchbar input:focus{outline:none}.searchbar-btn button{background-color:#363636;border:none;border-radius:3px;height:100%;color:#fff;padding:12px 20px;transition:1s}.searchbar-btn button:hover{background-color:#000}.pagination button{background-color:#363636;color:#fff;margin-left:25px;margin-right:25px;border:none;width:30px;height:30px;box-shadow:3px 3px 4px rgba(0,0,0,.35);transition:1s}.pagination button:hover{background-color:#000}.pokemon-card{display:-webkit-flex;display:flex;box-shadow:4px 4px 4px rgba(0,0,0,.4);border-radius:3px;transition:.5s}.pokemon-card:hover{box-shadow:0 0 20px #000}.pokemon-img-container{padding:5px}.pokemon-img{width:80px;height:80px}.pokemon-type{display:-webkit-flex;display:flex}.pokemon-type-text{margin-right:10px;text-transform:capitalize}.pokedex-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;padding:0 10px 20px}.card-body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex:1 1;flex:1 1;padding:10px}.card-bottom,.card-top{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-right:10px}.card-top h3{text-transform:capitalize}.pagination{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.loading-img-container{text-align:center}.loading-img{width:250px;height:250px}.App{font-family:sans-serif}@media screen and (max-width:600px){.pokedex-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:18px;padding:0 10px 20px}.pagination button{background-color:#363636;color:#fff;margin-left:10px;margin-right:10px;border:none;width:30px;height:30px;box-shadow:3px 3px 4px rgba(0,0,0,.35);transition:1s}.header{color:#fff;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:10px;background:#db042b;text-shadow:2px 2px 3px #000;margin-bottom:10px;font-family:"Press Start 2P";font-size:8px}.header h1{font-size:14px}}
/*# sourceMappingURL=main.e83e8a60.chunk.css.map */