.preloader_display__VQEP3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh
}