body {
  margin: 0px;
  padding: 0;
  left:0;
  font-family: sans-serif;
  height:100%;
  overflow: hidden
}
html{
  height: 100%;
}
#root{
  margin: 0px;
  padding: 0;
  left:0px;
  position: relative;
  font-family: sans-serif;
  font-size: 10px;
  height:100%
}
