body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.temp-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.temp-loading img {
  width: 150px;
  height: 150px;
}
