// Body //$body-bg: #f5f8fa; $body-bg: #000; // Typography $font-family-sans-serif: "Raleway", sans-serif; $font-size-base: 1rem; $line-height-base: 1.6; body{ background-color: #000000; color: #ffffff; } #app { font-family: monospace; font-size: large; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: left; margin-top: 20px; margin-left: 20px; }