@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:'roboto', sans-serif;background:#dedede}*{box-sizing:border-box}.pokedex{display:block;width:100%;max-width:400px;height:500px;background:#De1537;margin:50px auto;overflow:hidden;position:relative}.pokedex h1{display:block;font-weight:700;font-size:3rem;text-align:center;margin:25px 0}.pokedex h3{display:block;font-weight:500;font-size:1.5rem;text-align:center;margin:15px 0}.pokedex form{text-align:center}.pokedex input[type="text"]{font-size:2rem;margin:15px;display:center;border-radius:5px;border:1px solid #dedede;text-align:center}.pokedex .btn1{display:inline-block;padding:20px;background:#4ca459;color:white;cursor:pointer}.pokedex .btn2{display:inline-block;padding:20px;background:#27a4f3;color:white;cursor:pointer}.pokedex .loading-container{background:#fff;height:100%;width:100%;position:absolute;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:10;display:none}.pokedex.active{display:-ms-flexbox;display:flex}.poke-img{width:150px;height:150px;border:5px solid #dedede;display:block;margin:0 auto;background:#fff;border-radius:5px}.poke-img img{width:100%}
