#pageloader {
display: none; 
position: fixed;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
align-items: center;
justify-content: center;
background-color: rgba(0,0,0,0.5);
z-index: 99999;
text-align: center;
padding-top: 30vh;
}
#pageloader img{
width: 100px;
}