@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");:root{--grad-1-dark:#1f1c18;--grad-2-dark:#8e0e00;--grad-1-light:#1f1c18;--grad-2-light:#8e0e00;--color-1:#b31200}*,:after,:before{box-sizing:border-box;margin:0;padding:0;cursor:none!important}html{font-size:62.5%;box-sizing:border-box}@media screen and (max-width:480px){html{font-size:45%}}body{background:#780206;background:linear-gradient(to right,var(--grad-1-dark),var(--grad-2-dark));scroll-behavior:smooth;font-family:Poppins,sans-serif;text-align:center;border:5px solid;border-radius:1em;display:flex;flex-direction:column;justify-content:center;align-items:center}::-webkit-scrollbar{width:10px;height:2px}::-webkit-scrollbar-track{background:#410f0f;border-radius:10px}::-webkit-scrollbar-thumb{background:#ceb008;border-radius:10px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background:#ffd900}::-webkit-scrollbar-corner{background:#f4f4f4}