html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F4F6F8 !important;
}

#root {
  height: 100%;
}
