#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f93b21;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'bornaregular', sans-serif;
  }
  
  #percent {
    font-size: 2.5rem;
    color: #2e2e2e;
  }