html {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  overflow-x: hidden;
}
