.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(124deg, #152476, #0b1d46);
    overflow: hidden;
    z-index: 100;
  
    .text-container {
      display: flex;
      flex-direction: row;
      gap: 1em;
      overflow: hidden;
      font-family: 'Plus Jakarta Sans';
      color: white;
      opacity: 0;
    }
  }