.Yep-loading {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 999;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
}
.Yep-loading img {
  width: 100%;
  height: 100%;
}