@import"https://fonts.googleapis.com/css2?family=Kantumruy+Pro:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:kantumruy Pro,sans-serif;background-color:#101010;color:#fff;padding-bottom:8rem}.card{cursor:pointer;background:#e7e7e7;border-radius:20px;margin:2rem 5rem;overflow:hidden;box-shadow:#fff 0 0 20px;padding:20px 25px;width:250px;transition:all .3s ease}.card:hover{transform:scale(1.1);box-shadow:#fff 0 0 30px}.card_image{width:200px;height:200px}.card_image img{width:100%;height:100%;object-fit:cover}.card_info{margin-top:1rem}.card_info h2{margin-bottom:10px;color:#000}.card_info h3{color:#272727}.pagination{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem}.pagination button{width:40px;height:40px;font-family:inherit;font-weight:600;font-size:16px;margin:0 10px;border-radius:6px;cursor:pointer;transition:all .3s ease;background:transparent;color:#eee;border-color:#eee}.pagination button.active{font-weight:900;border-color:#101010;background:#ffe400;color:#101010}.crypto_list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}.lds-roller{display:block;position:relative;width:80px;height:80px;margin-left:auto;margin-right:auto;transform:scale(.8)}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#ffe400;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
