html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: whitesmoke;

  font-family: 'IBM Plex Sans', sans-serif;
}

/*
@media (min-width: 1281px) {
  body {
    overflow-y: overlay;
  }
}

@media (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
  (orientation: portrait) and (min-resolution: 192dpi) {
  html {
  }
  body {
    overflow-y: inherit;
  }
}

@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
  (orientation: landscape) and (min-resolution: 192dpi) {
  html {
  }
  body {
    overflow-y: inherit;
  }
}
*/
