// Body $body-bg: #31363b; // Typography $font-family-sans-serif: "Raleway", sans-serif; $font-size-base: 1rem; $line-height-base: 1.6; body{ background-color: #31363b; color: #fcfcfc !important; } #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; }