@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap);*{background-color:#0e0d0d;box-sizing:border-box;color:#fff;font-family:Roboto Condensed,sans-serif;margin:0;padding:0}.coin-app{align-items:center;margin-top:64px}.coin-app,.coin-search{display:flex;flex-direction:column}.coin-search{align-content:center;justify-content:center;margin-bottom:64px}.coin-text{margin-bottom:40px;text-align:center}.coin-input{background:#181818;border:1px solid #fff;border-radius:2px;color:#e2e2e2;font-size:20px;height:50px;outline:none;padding-left:16px;width:400px}.coin-input::-webkit-input-placeholder{color:#e2e2e2}.coin-input::placeholder{color:#e2e2e2}.coin-container{display:flex;justify-content:center}.coin-row{align-items:center;border-bottom:1px solid #2e2e2e;display:flex;flex-direction:row;height:80px;justify-content:start;width:900px}.coin-row:hover{background:#171717}.coin{align-items:center;display:flex;min-width:300px;padding-right:24px}.coin,.coin h1{background:transparent}.coin h1{font-size:16px;width:150px}.coin img{background:transparent;height:30px;margin-right:10px;width:30px}.coin-symbol{background:transparent;text-transform:uppercase}.coin-data{background:transparent;display:flex;justify-content:space-between;text-align:right;width:100%}.coin-price{background:transparent;width:110px}.coin-volume{background:transparent;width:155px}.coin-marketcap{background:transparent;width:230px}.coin-percent{background:transparent;width:100px}.red{color:#f72e04}.green{color:#00f706}