body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;color:#fff;display:flex;flex-direction:column;min-height:100vh;text-align:center}.App,.Header{background-color:#282c34}.Header{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1}.Pokemon{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}.PokeCard,.PokeDetail{align-items:flex-start;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:0}.PokeCard{cursor:pointer;height:140px;width:140px}.PokeDetail{height:300px;width:300px}.info{bottom:10px;color:#282c34;display:flex;flex-direction:column;justify-content:center;left:0;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%;z-index:2}.PokeCard img,.PokeDetail img,.info{align-items:center;position:absolute}.PokeCard img,.PokeDetail img{margin:0 20%;top:0;width:60%;z-index:1}
/*# sourceMappingURL=main.5af2e2f0.css.map*/