body {
    margin: 0;
    padding: 0;
  }
  .splash-screen {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f2f3f8;
    font-family: Poppins, Helvetica, 'sans-serif';
  }
  
  .splash-screen img {
    margin-left: calc(100vw - 100%);
    margin-bottom: 8px;
    height: 64px;
    width: 64px;
  }
  
  .splash-screen span {
    font-size: 1.2rem !important;
    font-weight: bold;
  }
  
  .text-purple {
    color: #a724cc;
  }
  .bg-purple {
    background: #a724cc;
  }
  .bg-light-purple {
    background: #f9e2ff;
  }
  .badge-light-purple {
    background: #eda3ff;
    color: #a724cc;
    border-radius: 5px;
    padding: 5px;
  }
  