/* Force background on entire page */
html, body, #app {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  background: #11111b !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f1f0ee;
} 