*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-wrapper{width:100%;height:100vh;align-items:stretch}.app-wrapper,header{display:flex;flex-flow:column}header{justify-content:center;align-items:center;height:100px;background:#fff;padding:10px;box-shadow:0 0 6px rgba(0,0,0,.2)}.title{font-size:32px;font-weight:900}.subtitle,.title{color:#171717;text-transform:uppercase;line-height:1}.subtitle{font-size:28px;font-weight:300}.wild-pokemon{min-height:300px;background:#b22222;padding:15px}.wild-pokemon h2{color:#f3f3f3;font-size:32px;text-transform:uppercase;font-weight:300;text-align:center}.wild-pokemon .sprite{display:block;width:150px;margin:0 auto}.wild-pokemon h3{color:#f3f3f3;font-size:28px;text-transform:uppercase;font-weight:700;text-align:center}.wild-pokemon .catch-btn{width:200px;height:35px;display:block;margin:25px auto;background:#ffce00;border:none;outline:none;color:#171717;font-weight:700;cursor:pointer}.wild-pokemon .catch-btn:active{background:#f7a800}.pokedex{flex:1 1;padding:15px;display:flex;flex-flow:column;overflow:scroll}.pokedex-list{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:15px}.pokedex-list .pokemon{position:relative;display:flex;flex-flow:column;min-height:150px;padding:15px;background:#f3f3f3}.pokedex-list .pokemon .remove{position:absolute;top:0;right:0;border:none;outline:none;width:35px;height:35px;line-height:35px;background:#b22222;color:#f3f3f3;font-size:28px;cursor:pointer}.pokedex-list .pokemon .sprite{width:100%}
/*# sourceMappingURL=main.733f0548.chunk.css.map */