:root{font-family:Roboto,sans-serif;--primary-font: "Orbitron", sans-serif;--background-color: #1a1a1a;--text-color: #e0e0e0;--primary-color: #00aaff;--border-color: #333;--surface-color: #242424}body{margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;overflow:hidden}#root{width:100%;height:100vh;display:flex;flex-direction:column}
