body:before {

content: '';

width: 100%;

height: 100%;

background:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/omBY/dzhgw7bF1U8JzNu2S96TGCUNlR3wJASg495yadWb.png);

background-repeat: no-repeat;

background-position: center;

background-size: 190px;

transform:scale(0);

background-color: #fff !important;

position: fixed;

z-index: 999999;

animation-name: pupup;

animation-duration: 1.00s;

}

@keyframes pupup{

0% {

transform:scale(1);

}

18% {

transform:scale(1);

}

80% {

transform:scale(1);

}

100% {

transform:scale(0);

}