@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit,serif}a{text-decoration:none;color:inherit}.app{min-height:100vh;color:#fff;background:linear-gradient(#0b004e,#1d152f,#002834)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 10%;color:#ddd;border-bottom:2px solid #3c3c3c}.navbar .logo{width:max(12vw,120px)}.navbar ul{display:flex;gap:40px;list-style:none}.navbar li{cursor:pointer}.nav-right{display:flex;align-items:center;gap:max(1vw,12px)}.navbar select{padding:5px 8px;border-radius:6px;border:2px solid white;background:transparent;color:#fff}.navbar option{background-color:#09005c;color:#fff}.navbar button{display:flex;align-items:center;gap:10px;padding:10px 25px;border-radius:20px;font-size:15px;font-weight:500;color:#393939;background:#fff;border:none;cursor:pointer}.navbar button img{width:13px}@media (max-width: 900px){.navbar{padding:20px 8%}.navbar button{gap:8px;padding:8px 18px;font-size:14px}}@media (max-width: 768px){.navbar{padding:20px 5%}.navbar ul{display:none}.navbar button img{width:12px}}.home{padding:0 10px 100px}.hero{max-width:600px;margin:80px auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}.hero h1{font-size:max(4vw,36px)}.hhero p{width:75%;color:#e3e3e3;line-height:1.5}.hero form{padding:8px;width:80%;background-color:#fff;border-radius:5px;font-size:20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.hero input{flex:1;font-size:16px;outline:none;border:none;padding-left:10px}.hero button{border:none;background:#7927ff;color:#fff;font-size:16px;padding:10px 30px;border-radius:5px;cursor:pointer}.crypto-table{max-width:800px;margin:auto;background:linear-gradient(#5403ff26,#69029926);border-radius:15px}.table-layout{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1.5fr;padding:15px 20px;align-items:center;border-bottom:1px solid #3c3c3c}.market-cap{text-align:right}.table-layout:last-child{border:none}.table-layout div{display:flex;align-items:center;gap:10px}.table-layout div img{width:35px}.table-layout .green{color:#00d515;text-align:center}.table-layout .red{color:#ff4646;text-align:center}@media (max-width: 78px){.table-layout{grid-template-columns:.5fr 3fr 1fr 1fr}.market-cap{display:none}}@media (max-width: 500px){.table-layout div img{width:25px}.table-layout{font-size:13px}.hero form input{width:100px}}.spinner{display:grid;place-self:center;min-height:80vh}.spin{width:65px;height:65px;place-self:center;border:5px solid #bdbdbd;border-top-color:#4500c6;border-radius:50%;animation:rotate 2s infinite}@keyframes rotate{to{transform:rotate(360deg)}}.coin{padding:0 20px}.coin-name{display:flex;flex-direction:column;align-items:center;gap:20px;margin:100px auto 50px}.coin-name img{max-width:100px}.coin-name p b{font-size:44px;font-weight:500}.coin-chart{max-width:600px;height:250px;margin:auto}.coin-info{max-width:600px;margin:50px auto;display:flex;flex-direction:column}.coin-info ul{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #5f5d5f;list-style:none}.coin-info ul li:last-child{font-weight:300}.footer{text-align:center;margin:auto;max-width:80%;border-top:1px solid #989898;padding:15px 0;font-size:13px}
