.loader {
    background-color: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.loader img {
    content: url(/assets/favicon-192.png)
}