html, body, #root {
  width: 100%;
  height: 100%;
}
.loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading img {
  width: auto;
  height: auto;
}
.loading p {
  text-align: center;
  font-size: 14px;
}