html {
  background: #f4f4f5;
}

html.dark {
  background: #09090b;
}

body {
  min-height: 100vh;
  margin: 0;
  background: inherit;
}
