html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0px;
  color: rgb(241,241,243);
  background-color: rgb(27,32,48);
}

body {
  font-family: Inter,Arial;
  font-weight: 400;
  font-size: 0.875rem;
  min-width: 375px;
}

body>div:first-of-type {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}