.centerpreloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}
.centerpreloader img {
    width: 180px;
}
