html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #0b1319;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
