@import "./App.css"; html, head, body { margin: 0; padding: 0; font-family: 'Circular Std', sans-serif; height: 100vh; width: 100vw; } body { color: #DEDEDE; font: 2vh Inconsolata, monospace; text-shadow: 0 0 5px #C8C8C8; background: radial-gradient(at bottom right, rgba(0, 150, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%); }