#preloader{
    background-color: rgba(94, 60, 99, 1);
    height: 110vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .infinite {
    display: block;
    width: 35vh;
    height: auto;
  }
  #loadtext{
    margin-top: 20px;
    font-size: 25px;
  }