:global html {
  height: 100%;
}

.body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #FFF;
}
