html {
    background: white;
  }
  body {
    background: white;
  }
  
  html, body, #__next {
    height: 100%;
  }