html, body {
  margin: 0;
  padding: 0;
  background: #0f0f0f !important;
  color: #ffffff !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
* {
  box-sizing: border-box;
}
