body {
  margin: 0px;
  color: rgb(18, 18, 18);
  /* font-family: Roboto, Helvetica, Arial, sans-serif; */
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.00938em;
  background-color: rgb(255, 255, 255);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-size-adjust: 100%;
}
*, ::before, ::after {
  box-sizing: inherit;
}
*, ::before, ::after {
  box-sizing: inherit;
}