@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap");:root{--background-color:#000;--text-color:#00ff5c}body{background-color:var(--background-color);color:var(--text-color)}body,h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}a{color:var(--text-color);text-decoration:none}a:hover{opacity:.8;transition:opacity .2s ease-in-out}