body::before {
    content: '';
    display: none;
}

#splash-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
  }
  
  #splash-screen img {
    width: 180px;
  }
  
  #splash-screen h1 {
    font-size: 30px;
    color: #000;
  }
  