@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#252527}header{display:flex;flex-direction:column;justify-content:space-between}.container{padding:20px;display:flex;flex-direction:column;gap:16px}.title{font-size:2rem;font-weight:500;color:#fff;font-family:Roboto Mono,monospace}.sub-text{font-family:Roboto,monospace;color:#fff;font-size:16px;line-height:1.8}#btn-prices{font-family:Roboto Mono,monospace;text-decoration:none;font-size:18px;text-align:center;color:#dcff50;border:1px solid #DCFF50;padding:15px 0;width:100%}.banner{max-width:100%;height:100%;display:block}#prices{padding:20px}#prices-table{color:#fff;font-family:Roboto,monospace;font-size:14px;border:2px solid #4f4f4f;border-radius:3px;border-collapse:collapse;opacity:0}#prices-table td{padding:10px;border:1px solid #252527}.col1{width:60%}.col2{width:40%}.highligth{font-family:Roboto,monospace;color:#fff;font-size:20px}@media (min-width: 600px){.banner-div{overflow:hidden;width:100%;display:flex;justify-content:center}}@media (min-width: 1200px){main{width:1200px;margin:auto}.container{width:60%}header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:20px;gap:20px;height:auto}.title{font-size:2.5rem}.banner-div{width:100%}#btn-prices{width:30%;height:50px;font-size:14px}#prices{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{opacity:1;animation:fadeIn 1s ease-in-out}
