html {
  /* color-scheme: dark; */
  color-scheme: light dark;
}

body {
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
  font-family: Inter, Roboto, Arial;
  color: white;
  user-select: none;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  background: rgb(34, 34, 34);
  min-height: 100vh;
  margin: 0px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: scroll;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
