
.splash {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
  }
  
  .splash img {
    width: 150px !important;
  }
  .splash .bottom {
    text-align: center;
    position: fixed;
    bottom: 5px;
  }
  
  