body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*,:after,:before{box-sizing:border-box;scroll-behavior:smooth}:root{--bg-dark-1:#022534;--bg-dark-2:#094f6e;--bg-dark-3:#2d7a9c;--bg-light-1:#96c7d5;--bg-light-2:#e4f5ff}.App{margin:0 auto;width:85%;align-items:center;justify-content:center;background-color:#e4f5ff;background-color:var(--bg-light-2);color:#022534;color:var(--bg-dark-1)}h1,h2,h3,h4,h5,h6{font-size:10vw}.container{display:flex;flex-direction:column;padding:1rem}.coin-container{display:flex;justify-content:center}.coin-row{flex-direction:column;justify-items:start;border:1px solid #fff;box-shadow:2px 4px 6px #fff;padding:.3rem}.coin,.coin-row{display:flex;align-items:center;width:100%}.coin{color:#e4f5ff;color:var(--bg-light-2);justify-content:center;margin-left:1rem;margin-right:1rem;padding:.2rem;background-color:#094f6e;background-color:var(--bg-dark-2);box-shadow:2px 4px 6px #022534;box-shadow:2px 4px 6px var(--bg-dark-1)}.coin h2{font-size:1.1rem;margin:0 2rem}.coin img{width:40px;height:40px}.coin-symbol{margin:0 auto;padding:.3rem;display:none}.coin-data{display:flex;align-items:center;justify-content:space-around;width:80%;padding:.5rem;margin:.25rem .25rem 0}.coin-price{padding:0}.coin-volume{margin:0 1rem;padding:0}.coin-marketcap{margin:0 1rem;padding:0 1rem;display:none}.coin-percent{margin:0 1rem;width:100%;font-weight:700;padding:0 auto}.red{color:#f00606}.green{color:#11d811}.search-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.coin-text{font-size:2rem}.search-form{flex-direction:column;display:flex;max-width:25rem}.coin-input{padding:.3rem 1rem;border:0;border-radius:.5rem;outline:2px #f00606;background:linear-gradient(-225deg,#2d7a9c,#094f6e 48%,#022534);background:linear-gradient(-225deg,var(--bg-dark-3),var(--bg-dark-2) 48%,var(--bg-dark-1));color:#fff}.coin-input::-webkit-input-placeholder{color:#e4f5ff;color:var(--bg-light-2)}.coin-input:-ms-input-placeholder{color:#e4f5ff;color:var(--bg-light-2)}.coin-input::-ms-input-placeholder{color:#e4f5ff;color:var(--bg-light-2)}.coin-input::placeholder{color:#e4f5ff;color:var(--bg-light-2)}@media (min-width:430px){.App{background-color:#2d7a9c;background-color:var(--bg-dark-3);color:#e4f5ff;color:var(--bg-light-2);font-weight:700}h1,h2,h3,h4,h5,h6,p{font-size:1rem}.coin-row{display:grid;grid-template-columns:1fr 4fr;margin:0;padding:0 1rem;box-shadow:unset}.coin{box-shadow:2px 4px #094f6e;box-shadow:2px 4px var(--bg-dark-2);margin:0;padding:.2rem;justify-content:flex-start;border-radius:.2rem}.coin-data{width:100%;justify-content:space-between}.coin-symbol{font-size:larger;display:inline-block;letter-spacing:.1rem}.coin-marketcap{display:block}}
/*# sourceMappingURL=main.592cdb47.chunk.css.map */