@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:var(--secondary)}h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif}:root{--primary:#8c2eff;--secondary:#000000}.contentWrapper{min-height:100vh}body,html{overflow-x:hidden;width:100%;max-width:100%}