.splashscreen {
position : fixed;
top : 0;
left : 0;
bottom: 0;
right: 0;
z-index : 9900;
background-color : #fff;
}
.splashscreen img {
opacity : 0;
position : absolute;
margin : auto;
top : 0;
left : 0;
bottom: 0;
right: 0;
}
.splashscreen div {
opacity : 0;
position : absolute;
top : 50%;
left : 50%;
height : 174px;
width : 174px;
margin-top : -87px;
margin-left : -87px;
line-height : 174px;
font-size : 3rem;
}
