html {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
}

body {
  margin: 0;
  background-color: #f0f2f5 !important;
  background: #f0f2f5 !important;
  min-width: 360px;
  height: 100%;

  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
}
#root {
  background-color: #f0f2f5 !important;
  background: #f0f2f5 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 360px;
}
