html, body, #root {
  background-color: #0b1220;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}
#root {
  display: flex;
  flex-direction: column;
}
button, [role="button"], a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
* {
  box-sizing: border-box;
}
  background-color: #0b1220;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}
#root {
  display: flex;
  flex-direction: column;
}
button, [role="button"], a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
* {
  box-sizing: border-box;
}

