.loading {
    width: 100%;
    height: 100vh;
    background: rgba(110, 43, 98, 1.0);
    position: fixed;
    z-index: 2000;
  }
  .loading .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading .main-logo img {
    max-width: 150px;
  }
  .loading .bar {
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #fill {
    width: 0%;
    height: 100%;
    background: #ffce07;
    position: relative;
    top: 0;
    left: 0;
  }