.load_bg {
opacity: 50%;
background: #eeeeee;
}
.wait_text {
opacity: 100%;
background: none;
}
.wait_text p {
background: #ccc;
padding: 1.5em 2em;
border-radius: 0px;
font-family: Raleway, Roboto;
font-weight: bold;
font-size: 1.5em;
}
.preloader {
align-items: center;
display: flex;
height: 100vh;
justify-content: center;
left: 0;
position: fixed;
top: 0;
transition: opacity 0.3s linear;
width: 100%;
z-index: 9999;
visibility: hi