/* Critical CSS - Paint the canvas immediately so there is never a white frame */
html, body, #root { 
  background: #000000; 
  min-height: 100%; 
  margin: 0;
  padding: 0;
}