body {
  margin: 0;
}

#loading-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-logo img {
  width: 70px;
  margin-bottom: 90px;
}
