.app-loading {
  background-color: #f4f4f2;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.app-loading img {
  width: 220px
}
